Documentation

Support

Unity Lite

Open Unity Lite

Unity Lite

Time node

Provides access to various time-related values.
Read time 1 minuteLast updated 2 days ago

The Time node provides access to clocks and time steps. Expand the node to gain access to the various time options. Typical uses:
  • Use the time since start to schedule or for timed sequences.
  • Use the time step (delta time) to make movement smooth and frame rate independent.
  • Fixed time step for physics-like updates.
  • Simple timers and delays based on elapsed time.