Child/parent rotation problem

Hi all!

I have a problem with a child/parent relation.

This is the problem:

I have a vehicle (gameobject) and on it is another object (cube) which i made child by dropping it in the verhicle gameobject. I want the cube’s rotation to match the rotation of the vehicle exacly. But now it looks like the cube is sort of balancing on the back of the verhicle. The verhicle is tilting a lot on the z axis.

Is there a way to make the cube match the exact rotations of the vehicle, and if so how?

I want the cube’s rotation to match the rotation of the vehicle exacly.

Just set the local rotation to zero on the child cube, if I understood you correctly. It will align with the vehicle, as long as the vehicle model oriented properly.