Streamline your coroutine actions and enhance script communication in Unity with ease.Action SchedulerThis 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.DocumentationFeaturesNotify: 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.