Question by
HeresJohnny123 · Feb 28, 2018 at 09:32 AM ·
animationrotationtransformanimator
Problem with rotating object that has animator attached
Hi,
I recently discovered that you cannot rotate an object while it has the animator component attached to it. And i kinda have to do that. I've also tried using LateUpdate as i saw a few other forum posts suggesting but it didn't work.
Any suggestions? thanks.
Comment
Best Answer
Answer by theANMATOR2b · Feb 28, 2018 at 08:16 PM
parent the animated object to an empty game object - then rotate the empty game object.
I feel like a complete fool...thank you kind sir, I'll get right back to coding then. Have a nice day