Utility package containing Animator, Vector, List etc. extensions to help developers
- Utils static class contains many handy functions and class extentions
There are thre ways to use it
Go to the releases section and download the .unitypackage file
TO add Joyixir scope to NPM scopedregistry, add the following to manifest.json
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.joyixir"
]
}
]
}
Open Window/PackageManager and head to My Registries. Install your desired version of Joyixir/Utility
You can just clone the repo and do whatever you like with it. Even to make it better.
Just look around to see if there's any useful extensions for you. There are extensions for AnimationCurve, Vector3, List, Animator, IEnumerable, Collider Bounds, KeyFrame
There are also some handy functions that you can use(Normalizers, etc).
Attach TimeScaler to a GameObject Do
TimeScaler.ScaleUnityTime(float: slowDownFactor);
To undo any scale factor, do:
TimeScaler.SetUnityTimeScalesToNormal();
MIT