Publisher | Dilaura |
---|---|
File size | 42.10MB |
Number of files | 733 |
Latest version | 1.7.1 |
Latest release date | 2024-10-21 02:47:11 |
First release date | 2023-09-07 02:27:13 |
Supported Unity versions | 2018.4.2 or higher |
Here is what you can do with the sequencing tool:
- Sequence animation clips directly without the restriction of Animator Controller
- Sequence text animations with stackable behaviour
- Sequence script function/command execution
The sequence can be in any kind of Unity object, be it in MonoBehaviour, ScriptableObject, and even PlayableAsset as in Timeline Clip!
FEATURES
Play Animation On Demand
Play animations on demand without relying on Animator Controller. You can even utilize this without our sequencing system to implement your own animation system. It also comes with a visualized debugger to track the animation progress and blendings on each layer.
Command Execution Sequencing
Sequence your command/function executions using node-based editor. You can also create a branching flow and parallel flow.
Text Animation
Using TextMeshPro, Sequine also has a stackable text animation tool with some presets available. You can also code your own custom text animation behaviour.
Call it Anywhere
You can call the sequence from anywhere, be it from MonoBehaviour, ScriptableObject, or Timeline. It can even be called accross different scenes.
Customizable
Sequine already comes with essential commands, but in case that's not enough for you, you can also add your own custom command.
Preserve Global Data
Sequine also has built-in global data management that stores predefined variables that can be modified during runtime, and can be saved or loaded.
SUPPORT
• Full documentation website available
Asset uses Unity-Chan! Model under the original EULA "Unity-Chan License (UCL)" and Odin Serializer under the "Apache License"; see Third-Party Notices.txt file in package for details.