News

This repo created by education purpose. Contribute to berkterek/ecs_dots_command_buffer_repo development by creating an account on GitHub.
Entity command buffers 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.