https://github.com/smkplus/curveanimationstoreinruntime
https://github.com/smkplus/curveanimationstoreinruntime
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smkplus/curveanimationstoreinruntime
- Owner: smkplus
- Created: 2020-11-03T06:15:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-08T12:30:20.000Z (over 5 years ago)
- Last Synced: 2025-03-27T12:23:41.835Z (about 1 year ago)
- Language: C#
- Size: 145 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CurveAnimationStoreInRuntime


## Installation
first you should install the
[NaughtyAttributes](https://github.com/dbrizov/NaughtyAttributes)
then you can record and play animation

## How it works?
You can create class that has AnimationCurve field and inherits from ScriptableObject with will allow you to save curve as asset file, or you can add [SerializeField] attribute to you AnimationCurve so your changes to curve won't be discarded after script compilation.
