Overview
Animation Preview Pro for Unity allows you to get an idea about how a character looks like in your scene in different poses. You get an overview of all the animations available for a character or you could just mix a specific character with animations of another asset.
Animation Preview vs Animation Preview Pro
The very positive feedback Animation Preview had was an impact which I honestly didn’t expect. Thank you so very much for your support! After the release you guys had comments and feedback which was really good. So I listend and implemented more features.
The Pro version has these additional requested popular features:
- Frame Step: navigate the animation clips frame by frame
- Editor Window: the interaction is done via dialog instead of a monobehaviour
- Auto Assignment: optionally the current selection is used if it has an animator; it’s all about saving clicks, getting comfort in using the asset, being quick and saving time
- Filter by name pattern
Why Pro and not an Upgrade?
Animation Preview is based on a Monobehaviour while Animation Preview Pro is based on a ScriptableObject and used in a dedicated EditorWindow. It would have made everything too complicated to maintain. And I couldn’t just change the underlying behaviour, it would have broken existing projects. So a dedicated version was the obviously better choice.
Examples