Reply To: Compatibility with Animation Rigging package?

Forums 💬 Slate Sequencer ⚙️ Support Compatibility with Animation Rigging package? Reply To: Compatibility with Animation Rigging package?

#20176
dgoyette
Participant

    I asked about this on the Unity forums, and one of the Unity Animation Rigging dev’s responded:

    https://forum.unity.com/threads/animation-rigging-only-in-play-mode-how-do-i-preview-the-animation.897857/#post-6118037

    The apparent answer is that it requires some implementation of IAnimationWindowPreview in order to get the animation clip to preview itself properly:

    https://docs.unity3d.com/ScriptReference/Experimental.Animations.IAnimationWindowPreview.html

    It doesn’t look like Slate uses this interface anywhere that I can see, unless it does so in an add-on I’m not using. Do you have any familiarity with it, to judge how complex it is to get Animation Rigging constraints to display properly when using Slate?