Search Unity

2d Sprite Rotate Around Pivot

Discussion in '2D' started by isacan, Mar 7, 2014.

  1. isacan

    isacan

    Joined:
    Jul 18, 2013
    Posts:
    37
    Hello Everyone,

    How can i rotate sprite around pivot with touch?

    Any helps welcome
     
  2. Kurius

    Kurius

    Joined:
    Sep 29, 2013
    Posts:
    412
    If you're using physics, then use a HingeJoint2D
     
  3. isacan

    isacan

    Joined:
    Jul 18, 2013
    Posts:
    37
    Thanks for reply :)