Added netcode package

This commit is contained in:
2026-05-19 14:03:01 +01:00
parent f650f6da3c
commit 8237eb1fcf
4 changed files with 47 additions and 1 deletions

View File

@@ -87,9 +87,19 @@
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.netcode.gameobjects": {
"version": "2.11.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.6.0",
"com.unity.nuget.mono-cecil": "1.11.4"
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.6",
"depth": 3,
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
@@ -174,6 +184,17 @@
},
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "2.7.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.24",
"com.unity.collections": "2.2.1",
"com.unity.mathematics": "1.3.2"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "2.0.0",
"depth": 0,