Has anyone gotten this to work?
I’ve tried it on a bunch of objects but it is not behaving the way I understand it should be.
Always Animate Always animate, don’t do culling even when offscreen.
Cull Update Transforms Retarget, IK and write of Transforms are disabled when renderers are not visible.
Cull Completely Animation is completely disabled when renderers are not visible.
From what I can tell, if the camera does not see the rendered object it will not update to its animation values, but the Animator will still be on, so that if you move your camera and the object becomes visible again, it will start animating properly. Sounds neat on paper but I can’t get it to work in any way.
I’ve tried Cull Completely on an Animator with a bunch of Image components: Doesn’t animate EVER.
Also tried Cull Completely on an Animator with a bunch of Sprite Renderers: ALWAYS animates.
Both completely disregard whether or not they are within camera range and they don’t even behave the same. Am I missing how this is supposed to work or is something wrong?