- Home /
Child object rotation axis problem (Unity 5)
I was trying to make a car game and i came up with this problem, below are screen shots: There are two cars, from which ones wheel rotation is not proper, but the other one's is okay.
First, it was at proper position as other wheels, and when i changed the value of rotation in y axis as marked it resulted into this. This also happens when rotation are changed via scripting. The wheel should rotate in their own position.
In this car below, there is no such issue.
As it is seen the wheel of first car doesnt rotate properly, whereas the other one rotates properly
Your answer

Follow this Question
Related Questions
Rotate Child with parent, keeping Child axis in the original direction 2 Answers
How to change rotation of a child GameObject around its own axis instead of that of the Parent? 1 Answer
can i rotate a child object around the roots local axis using the childobjects reference point? 0 Answers
Child of a gameobject lookAt only around Y-axys 1 Answer
Get all child objects within an object? 2 Answers