uNode 3 Support for Unity DOTS / ECS
- Unity 6.4 or later
- Unity Entities 1.0.14 or later
- uNode v3.2.10 or later
- Open Package Manager from Window > Package Manager.
- Click the "+" button > Add package from git URL.
- Enter the following URL:
https://github.com/wahidrachmawan/uNode3-DOTS.git
Alternatively, open Packages/manifest.json and add the following to the dependencies block:
{
"dependencies": {
"com.maxygames.unode-dots": "https://github.com/wahidrachmawan/uNode3-DOTS.git"
}
}