Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How do i turn child objects?

I'm quite new to unity so i may not understand somethings, that's why i'm here. I now move my player by transform.localScale = new Vector3(1,1,1); and then setting a bool faingRight. It works with moving but any child object of the player is not rotating.

Sign In or Register to comment.