ScriptSystemExtensions.cs
DelayWarped()
- Waits for a specified amount of time while taking into account the Update Time factorDelay()
- Waits for a specified amount of time without considering the Update Time factorExecuteInWarpedTime()
- Continuously executes an action every frame during a specified amount of time while taking into account the Update Time factorExecuteInTime()
- Continuously executes an action every frame during a specified amount of time without considering the Update Time factor