How can I move a character so that its y position is fixed but can move freely in x and z
I want to dynamically set the y position of my character while in a zone, while allowing the character to still move in the x and z axis. I know the y coordinate I want but there does not seem to be a way of translating that into the puppets position.
-
put a follower on the character and make it so the follower only has power over the y dimension. You can input the position you want the follower to go to on it’s second page
The follower has a position Input -
Seconded. This is how people used to (and sometimes still do) make 2D side-scrollers.
-
Here's my tutorial on using this method. Of course, you can make it affect whichever axis you want. https://youtu.be/NxcujFCY7vY
Please sign in to leave a comment.