These are 5 very brief samples demonstrating basic Entities API usage:
- MainThread: A system rotates a single cube entity on the main thread.
- IJobEntity: The cube is rotated by an IJobEntity.
- Aspects: The cube is moved up and down using an aspect.
- Prefabs: Multiple cubes are spawned from a prefab entity.
- IJobChunk: The cube is rotated in an IJobChunk.