
Action Scheduler
Streamline your coroutine actions and enhance script communication in Unity with ease.
- Category:
- Tools › Utilities
- Developer:
- LethalBeats
- Price:
- $15
- Rating:
- Favorites:
- 4
- Download Size:
- 283.41 KB
- Current Version:
- 1.0.1
- Original Release:
- Dec 10, 2024
- Last Update:
- Dec 30, 2024
- Supported Unity Version:
- 2022.3.8 or higher
- Description:
Action Scheduler
This asset aims to streamline the process of creating coroutine actions in a straightforward manner. Additionally, it enables seamless communication between distinct scripts by employing notifications to execute actions. This functionality also extends to the ability to share parameters among scripts.
- Technical Details:
Features
- Notify: You can notify and send parameters, you can also do it between different scripts.
- WaitTill: You can execute an action after seconds, frames, bool delegate or notify.
- Interval: You can execute an action at an interval of seconds, frames, bool delegate or notify.
- UntilWaitTill: You can stop the routine before it ends by using another WaitTill.
- Set and get Fields: You can save and get values, you can also do it between diferent scripts.
continue »