https://github.com/aarthificial/reanimation
An alternative animator for Unity tailored for traditional animation
https://github.com/aarthificial/reanimation
Last synced: about 2 months ago
JSON representation
An alternative animator for Unity tailored for traditional animation
- Host: GitHub
- URL: https://github.com/aarthificial/reanimation
- Owner: aarthificial
- License: mit
- Created: 2021-01-16T14:51:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T06:28:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T17:46:47.483Z (8 months ago)
- Language: C#
- Homepage:
- Size: 61.5 KB
- Stars: 499
- Watchers: 24
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity3d - reanimation - An alternative animator for Unity tailored for traditional animation (Open Source Repositories / Animation)
- awesome-unity-packages - Reanimator
- awesome-unity3d - reanimation - An alternative animator for Unity tailored for traditional animation (Open Source Repositories / Animation)
- awesome-unity3d - reanimation - An alternative animator for Unity tailored for traditional animation (Open Source Repositories / Animation)
README
# Reanimator
[](https://github.com/semantic-release/semantic-release)
Reanimator is a custom animator for Unity created
[to simplify the development of Astortion](https://youtu.be/nA2IChvy_QU).It's tailored specifically for traditional animations - animations represented by a series of
cels displayed one after the other.
It's not modeled using a **finite state machine** but rather a **tree-like graph** - mitigating
the "transition hell" problem while still providing all the basic functionalities you would expect
an animation system to provide:- animation switching
- transitional/one-off animations
- percentage-driven animations
- animation overrides
- events### Installation
Reanimator can be [installed as a unity package](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
using this url:
```
https://github.com/aarthificial/reanimation.git
```
I'm still not sure if and when it will land on the Asset Store.### Release video:
[](https://youtu.be/5aHhmRiVpZI)Please note, however, that I'm not claiming that this solution is better than the built-in animator.
*It's an interesting alternative, that's it.*
I'm releasing it due to a lot of requests I got under my devlog,
not because I'm trying to popularize it or something.