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.

parent the animated object to an empty game object - then rotate the empty game object.