test to ID input issue TO REVERT
This commit is contained in:
parent
254e725b6f
commit
21ce6290f4
|
@ -158,6 +158,7 @@ namespace HeavenStudio
|
|||
foreach (InputController i in inputDevices)
|
||||
{
|
||||
if (i == null) continue;
|
||||
Debug.Log($"Polling controller {i.GetDeviceName()} (frame {Time.frameCount})");
|
||||
i.UpdateState();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue