Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

OnFixedUpdate?

Discussion in 'Entity Component System' started by raincole, Mar 21, 2018.

  1. raincole

    raincole

    Joined:
    Sep 14, 2012
    Posts:
    62
    For now ComponentSystem has only OnUpdate(), but not OnFixedUpdate(). What should I do if I want my systems to run at fixed intervals? Do I have to implement time accumulator myself? Surely there should be a better way, right?
     
  2. GabrieleUnity

    GabrieleUnity

    Unity Technologies

    Joined:
    Sep 4, 2012
    Posts:
    116
    raincole and rz_0lento like this.