Animora is a robust and easy-to-use timeline animation tool, built especially for UI animations in Unity — but it's not limited to UI. With a deep focus on performance, clarity, and extensibility, Animora helps developers craft complex animations using clips and actions instead of traditional keyframing.
What sets Animora apart:
pgsql
KopierenBearbeiten
Assets/
├── Plugins/
│ ├── OM/ → Root folder for all Oumari.dev assets
│ │ └── Shared/ → Common systems: Easing, Events, Ticker, Timer, StateMachine, Search, etc.
│ ├── TimelineCreator/ → Core functionality of the timeline editor
│ └── Animora/
│ ├── Demos/ → Demo scenes: Demo 1, Demo 2, etc.
│ ├── Editor/ → Timeline UI, drawers, inspectors
│ ├── Runtime/ → Runtime components like `AnimoraPlayer`, `AnimoraClip`
│ └── Moduls/ → All Clips and Actions grouped (UI, Camera, Transform, etc.)
AnimoraPlayer
into your scene and start adding clips!AnimoraPlayer
Main controller for playing animations.