Search Unity

90º rotation

Discussion in 'Animation' started by ChaachGD, Jan 10, 2019.

  1. ChaachGD

    ChaachGD

    Joined:
    Aug 12, 2018
    Posts:
    3
    Hello there, i'm trying to make an animation that when i click on an object, it rotates 90º clockwise smoothly, i tried using the transform parameters to make it goes 0º -> 90º, but as you can see there is a problem, whenever i click on the object it starts from 0º again, is there a way to make it remember the rotation and go 90º -> 180º, 180º -> 270º... etc?