Search Unity

Change parent of an object in animation

Discussion in '2D' started by Runetass, Dec 15, 2014.

  1. Runetass

    Runetass

    Joined:
    Jun 4, 2013
    Posts:
    16
    I have a sprite of a camera that is parented to the player's body. I have one animation to make the character grab that camera and see through it - but that would involve changing the sprite's parent at a certain point in the animation so that it will dynamically follow the hand movement.

    Any ideas on how to approach this?