Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/refined-animation-property
- Owner: natsuneko-laboratory
- License: mit
- Created: 2021-09-25T03:38:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T09:26:52.000Z (about 2 years ago)
- Last Synced: 2024-05-22T09:34:58.556Z (7 months ago)
- Topics: unity, unity-animation, vrchat
- Language: C#
- Homepage: https://docs.natsuneko.cat/en-us/refined-animation-property/
- Size: 394 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.