I have a simple question. I need to move a character from one place to somewhere but at the same time I must change the z position gradually. Because it is going to a lower place. So how can I change its z property without blocking the script, but not in an instant?
I don't want to use y instead and move it normally, because it becomes a big problem both with being wrongly in behind or on front and scaling.
I don't want to use y instead and move it normally, because it becomes a big problem both with being wrongly in behind or on front and scaling.