is this the right ecb-system for this system?


basically whats the best ecb-system to use for your ECB-uffer when inside a normal system that derives from systembase?
i have been using this one cause its the ‘closest’ one but maybe its wrong system

That’s okay if the updated data is used in the next tick for the FixedUpdate.

If not, and it’s only needed in the next frame you would use EndSimulationEntityCommandBufferSystem which runs at the very end.

1 Like