cz.xprees.animator-utils
v1.0.5
Published
This package contains utilities for better UX of Unity Animator and animations.
Maintainers
Readme
Unity Animator Utils - Better Animator
Features
Animator State Preview
Quickly preview animation clips in the Animator window. (Not available in Unity by default)

Better Animation Events
Enhanced animation events with better control and usability.

Warning
Some features are dependent on the Unity Editor version (6000.0.47f1), I needed to use reflection for a small portion of time animationClip time sync.
Installation
Git URL
Using this approach Unity Package Manager will download the package from the Git repository, but the package versioning and updates will not be properly managed by the Unity Package Manager.
Unity Docs - Install a UPM package from a Git URL
Install in the Unity Package Manager by adding the following Git URL:
https://github.com/xprees/unity-animator-utils.gitScoped NPM Registry - recommended
Using this approach the unity Package Manager will automatically resolve all my packages and their dependencies and list them in the Package Manager window with proper versioning and updates.
Unity Docs - Use a scoped registry in your project
Install the package using npm scoped registry in Project Settings > Package Manager > Scoped Registries
{
"name": "NPM - xprees",
"url": "https://registry.npmjs.org",
"scopes": [
"cz.xprees"
]
}Then simply install the package using the Unity Package Manager using the NPM - xprees scope or by the package name cz.xprees.animator-utils
Refs
Inspired by the following videos:
