Entities Graphics
The Entities Graphics package provides systems and components for drawing meshes using DOTS, including support for instanced mesh rendering and LOD.
com.unity.entities.graphics 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/graphics.git README Markdown
Copy this to your project's README.md
## Installation
Add **Entities Graphics** 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/graphics.git
```
[](https://www.pkglnk.dev/pkg/graphics)Dependencies (3)
Used By (1)
README
Entities Graphics
Entities Graphics provides systems and components for rendering ECS entities. Entities Graphics is not a render pipeline: it is a system that collects the data necessary for rendering ECS entities, and sends this data to Unity's existing rendering architecture.
No comments yet. Be the first!