For awhile now we’ve had issues ever since unity dropped the original AnimationUtility.StartAnimationMode function support which took objects and reverted changes to them after.
AnimationUtility.StartAnimationMode is deprecated. Use AnimationMode.StartAnimationMode with the new APIs. The objects passed to this function will no longer be reverted automatically. See AnimationMode.AddPropertyModification
So its pretty obnoxious for unity to warn me to use a undocumented function.
Has anyone worked around this yet, or know how to have it act as before where it would revert things when animation mode stopped? Thanks