Requires Unity 5.0.0 or higher.
Super Invoke is a powerful and simple framework that allows you to time-control any kind of operation.
超级调用是一个强大而简单的框架,它允许您对任何类型的操作进行时间控制
- Delay parameterless and parameterized methods in one line of code.
- Create sequences to manage complex multi-step operations.
- Repeat methods as many times as you want (infinite too).
• Use sequences
Build sequences with methods and delays to manage complex operations. Sequences are quite useful to create animations from script.
• Repeat anything
Repeat the execution of any operation as many times as you need.
Applies to sequences too.
• Write safe code
Safely rename your methods.
Super Invoke does not use magic strings, it works with actions.
• No MonoBehaviour limitations
You are free to use it in any script of your project.
• Optimized
Delay thousand of methods with guaranteed performances. Great for mobile projects.
• It works everywhere
Super Invoke works with any Unity version and deployment platform.
It is fully tested on mobile platforms.