Search Unity

What's the difference between ECS of FPSSample and of EntityComponentSystemSamples?

Discussion in 'FPS.Sample Game' started by Aquastar, Mar 7, 2019.

  1. Aquastar

    Aquastar

    Joined:
    Jul 17, 2013
    Posts:
    29
    Why the ECS patterns are different between FPSSample and EntityComponentSystemSamples? For examples, Entity Debugger works in EntityComponentSystemSamples, but not in FPSSample. OnUpdate/Update is called by Unity in EntityComponentSystemSamples, but it need to be triggered by Update of ServerGameLoop/ClientGameLoop.