modified elevator to try make it work in multiplayer. Still has sync problems.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -55,7 +55,7 @@ namespace _PROJECT.NewHandPresence
|
||||
var devices = new List<InputDevice>();
|
||||
InputDevices.GetDevicesWithCharacteristics(controllerCharacteristics, devices);
|
||||
|
||||
Debug.Log("Found devices: " + devices.Count);
|
||||
//Debug.Log("Found devices: " + devices.Count);
|
||||
|
||||
if (devices.Count <= 0) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user