Search Unity

Bug RigidBody.MoveRotation moves all children relatively.

Discussion in 'Linux' started by CyRaid, Sep 21, 2015.

  1. CyRaid

    CyRaid

    Joined:
    Mar 31, 2015
    Posts:
    134
    Using "GetComponent<RigidBody>().MoveRotation()" in Windows will rotate the whole object when there are children inside, but on Linux the same command rotates not the whole object, but the children independently.