Fixed networking bugs

This commit is contained in:
2026-06-24 18:58:19 +02:00
parent 8255eb8b99
commit 42f9e2ee9d
4 changed files with 877 additions and 829 deletions
@@ -69,6 +69,10 @@ public class NetworkManagerSyncTester : UdonSharpBehaviour
var equal = true;
var positions1 = positionCaptures[index];
if (positions1 == null)
{
return false;
}
var positions2 = GetPositions(gridMovers2);
for (int i = 0; i < positions1.Length; i++)
{