Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SenshiSentou/AnimationCurveCopyPaste
A simple editor script to add copy-paste functionality to Unity's AnimationCurve fields.
https://github.com/SenshiSentou/AnimationCurveCopyPaste
Last synced: 3 months ago
JSON representation
A simple editor script to add copy-paste functionality to Unity's AnimationCurve fields.
- Host: GitHub
- URL: https://github.com/SenshiSentou/AnimationCurveCopyPaste
- Owner: SenshiSentou
- License: unlicense
- Created: 2019-05-20T05:19:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T05:25:19.000Z (over 5 years ago)
- Last Synced: 2024-07-13T22:48:20.353Z (4 months ago)
- Language: C#
- Size: 2.93 KB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - AnimationCurveCopyPaste - Add copy-paste functionality to Unity's AnimationCurve fields (Inspector)
README
# Copy-Paste AnimationCurves
A simple editor script that adds copy-paste functionality to Unity's AnimationCurve fields. Simply add this script into any of your `Editor` folders or create one if one doesn't exist yet (default: `/Assets/Editor`). After Unity recompiles you can right-click on any Animation Curve field to copy or paste it.The properties copied over are:
- Keyframes
- Prewrap mode
- Postwrap mode