We can defer changes to entities by recording commands into an EntityCommandBuffer. The recorded commands are executed later when we call Playback() on the main thread. CreateEntity() Records a ...