- Home /
Reorient the construction worker
Hi,
Totally new to Unity 3D. I've been messing around with moving a cube around a plane (using the arrow keys). That works (see, I'm a game developer now!) :) BTW, the plane is at 0,0,0 with a rotation of 0,0,0.
I swapped out the cube for the construction worker. The worker comes in face down, so I rotated him 270 degrees so that his feet are on the plane. I can move him left and right but forward and backward don't work. I think that he is trying to move "up" and "down e.g. through the floor.
How do I change the workers "forward direction" (?) such that it is parallel to the plane?
Thanks in advance! LT
If it works for the cube why wouldn't it work for another model? It has to be model related as I've tried other models and they work fine. Why doesn't the construction worker come in oriented correctly?
One way to "fix" these kinds of problems (short of going back to the modeling program) is to make the model a child of an empty game object, and then rotate the model to the correct orientation.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
LandScape Orientation issue with iOS 8 in Unity 0 Answers
Unity - Transform.Position with Android Device Orientation? 1 Answer
I imported a character from blender into unity but the mesh of that character is horizontal? 2 Answers
Unity iPhone/iPad autorotation 2 Answers