M1: add NGO + Multiplayer Services packages and prototype scripts (compiling)

Netcode for GameObjects 2.13.0 + Unity Multiplayer Services 2.2.4 (unified
Relay/Lobby SDK; supersedes deprecated standalone relay/lobby). Four M1
scripts, verified against live editor reflection and compiling clean:
- Net/NetworkBootstrap.cs  Relay host/join-by-code harness (IMGUI)
- Net/PlayerDriver.cs       replicated host-auth capsule (input->ServerRpc->host)
- Bot/TreadPart.cs          v0.1 tread feel: snap-to-cruise/lock-pivot/lean
- Bot/SeatManager.cs        left/right tread seat claim + leaver-safety

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
megaproxy 2026-07-10 23:24:47 +01:00
parent 04333223f4
commit d723447e31
15 changed files with 1006 additions and 4 deletions

View file

@ -7,7 +7,9 @@
"com.unity.ide.visualstudio": "2.0.26",
"com.unity.inputsystem": "1.19.0",
"com.unity.multiplayer.center": "1.0.1",
"com.unity.netcode.gameobjects": "2.13.0",
"com.unity.render-pipelines.universal": "17.5.0",
"com.unity.services.multiplayer": "2.2.4",
"com.unity.test-framework": "1.7.0",
"com.unity.timeline": "1.8.12",
"com.unity.ugui": "2.5.0",

View file

@ -45,7 +45,7 @@
},
"com.unity.collections": {
"version": "6.5.0",
"depth": 2,
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.burst": "1.8.25",
@ -89,7 +89,7 @@
},
"com.unity.mathematics": {
"version": "1.4.0",
"depth": 3,
"depth": 2,
"source": "builtin",
"dependencies": {}
},
@ -101,9 +101,19 @@
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.netcode.gameobjects": {
"version": "2.13.0",
"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"
@ -151,6 +161,87 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "3.7.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.services.core": "1.18.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.18.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.androidjni": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.deployment": {
"version": "1.7.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.15.1",
"com.unity.services.deployment.api": "1.1.2"
},
"url": "https://packages.unity.com"
},
"com.unity.services.deployment.api": {
"version": "1.1.3",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.multiplayer": {
"version": "2.2.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.6.0",
"com.unity.collections": "2.2.1",
"com.unity.services.qos": "1.4.1",
"com.unity.services.core": "1.16.0",
"com.unity.services.wire": "1.4.4",
"com.unity.services.deployment": "1.7.1",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.services.authentication": "3.6.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.qos": {
"version": "1.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.services.core": "1.12.5",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.services.authentication": "3.5.2"
},
"url": "https://packages.unity.com"
},
"com.unity.services.wire": {
"version": "1.4.4",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.12.5",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.authentication": "2.7.4"
},
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "17.5.0",
"depth": 1,
@ -172,7 +263,7 @@
},
"com.unity.test-framework.performance": {
"version": "3.5.0",
"depth": 3,
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.33",
@ -192,6 +283,16 @@
},
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "6.5.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.collections": "6.5.0",
"com.unity.burst": "1.8.24",
"com.unity.mathematics": "1.4.0"
}
},
"com.unity.ugui": {
"version": "2.5.0",
"depth": 0,