Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natsuneko-laboratory/refined-animation-property

Unity Editor Extension that refine animation property editor.
https://github.com/natsuneko-laboratory/refined-animation-property

unity unity-animation vrchat

Last synced: about 1 month ago
JSON representation

Unity Editor Extension that refine animation property editor.

Awesome Lists containing this project

README

        

# RefinedAnimationProperty

Unity Editor Extension that refine animation property editor.

## Features

Once installed, this extension will rewrite the behaviour around the Animation Property Editor as follows:

- Rewrites to the Popup Window does not close by itself when adding animation properties
- Rewrites to be possible to search by key name when adding animation properties
- Rewrites to the ID generation algorithm to make it less likely to be duplicated
- Supports to apply [easing functions](https://easings.net/) between the previous or next and current keyframes.

## Note

This extension used Harmony library, which may cause DLL conflicts with VRCSDK3 WORLD or UdonSharp.
In this case, please remove the included Harmony.dll and replace the reference in the Assembly Definition Files with that of VRCSDK3 WORLD or UdonSharp.

## Requirements

- Unity 2019.4.31f1

## Installation

Download UnityPackage from [Natsuneko Laboratory](https://natsuneko.moe)

## How to use

None, this editor extension is automatically enabled/worked

## License

This software is licensed under the MIT License.