Posts by WillHiro • 1 point
1 post
-
0
votes1
answer31
viewsQ: How to spin a Gameobjet without spinning his son?
I wanted to know a way to rotate the object without turning the canvas inside it. My Spinning code is like this: void FixedUpdate(){ if(facingRight == false && moveInput > 0) { Flip(); }…