How to set up a new Entities project
- Entities samples
- Physics samples
- Netcode samples
- Entities.Graphics HDRP samples
- Entities.Graphics URP samples
This material covers the core DOTS packages: Entities, Collections, Burst, Mathematics, and the job system. (For material about the other DOTS packages, see their manuals: Physics, Netcode, Entities.Graphics.)
Videos:
- Video: The C# Job system (11 minutes)
- Video: ECS Entities and components (10 minutes)
- Video: ECS Systems (7 minutes)
API Overview
- The C# Job system
- Entities and components
- Systems
- Accessing entities in jobs
- Entity command buffers
- Transform components and systems
- Baking and entity scenes
- Additional Entities features
Additional reading
- Blog post: Improving Job System Performance part 1
- Blog post: Improving Job System Performance part 2
Example code and cheat sheets: