- Home /
Question by
gokdenizyerkazan · Jan 05, 2021 at 06:17 PM ·
2drotationspritedistortionz-axis
Rotating Sprite Stretching Object
I' m making a bow rotating to the player. It rotates but it stretches when it rotates. How can i solve it? ( Bow is child of Enemy object.)
Comment
Answer by Casiell · Jan 05, 2021 at 06:24 PM
Objects stretch when their parent does not have a uniform scale. The easiest fix for this is create an empty child under your Enemy with scale (1, 1, 1) and parent your bow to that
Then could you share some screenshots of your hierarchy and inspector windows for those objects?