Entities
The Entities package provides a modern Entity Component System (ECS) implementation with a basic set of systems and components made for Unity.
com.unity.entities 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/entities.git README Markdown
Copy this to your project's README.md
## Installation
Add **Entities** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/entities.git
```
[](https://www.pkglnk.dev/pkg/entities)Dependencies (14)
Burst 1.8.27Collections 2.6.5Mathematics 1.3.2Audio 1.0.0com.unity.serialization 3.1.3Unity Profiling Core API 1.0.3Physics 1.0.0com.unity.nuget.mono-cecil 1.11.6UI Elements 1.0.0Asset Bundle 1.0.0Unity Analytics 1.0.0Unity Web Request 1.0.0Scriptable Build Pipeline 1.23.1com.unity.test-framework.performance 3.0.3
Used By (13)
README
About Entities
The Entities package provides a modern Entity Component System (ECS) implementation with a basic set of systems and components made for Unity.
Installing Entities
To install this package, follow the instructions in the documentation.
Using Entities
For information on how to use the package, see the User manual
No comments yet. Be the first!