Entities overview
The Entities package, part of Unity's Data-Oriented Technology Stack (DOTS), provides a data-oriented implementation of the Entity Component System (ECS) architecture.
See the DOTS Guide and Samples for introductory material, including tutorials, samples, and videos.
Package installation
To use the Entities package, you must have Unity version 2022.3.0f1 and later installed.
To install the package, open the Package Manager window (Window > Package Manager) and perform one of the following options:
- Add the package by its name (com.unity.entities)
- Add the package from its Git URL