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.)
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