Fixed networking bugs
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user