Since this animation update is going to happen every frame for (presumably) the rest of the game, I’m wondering what the tradeoffs are between this approach and caching the Animator in Start() or as a SerializedField.
Why do we get the component on every frame? Is there an advantage to doing it this way over caching and viceversa?
Thanks