Netcode for Entities
Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.
com.unity.netcode 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/netcode.git README Markdown
Copy this to your project's README.md
## Installation
Add **Netcode for 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/netcode.git
```
[](https://www.pkglnk.dev/pkg/netcode)Dependencies (3)
README
Netcode for Entities
This package allows you to build server authoritative multiplayer games with client prediction using Entities (com.unity.entities).
No comments yet. Be the first!