Animator.Rebind()
Rebind all the animated properties and mesh data with the Animator.
Usage
---@type Animator
local animator;
animator.Rebind()
Extra Detail
This function can be used when you manually change your GameObject hierarchy by script, like combining meshes or swap a complete transform hierarchy.