Oh.
This commit is contained in:
@@ -191,7 +191,7 @@ public class GamePlayer : MonoBehaviour
|
|||||||
doRestart = true;
|
doRestart = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Application.isMobilePlatform)
|
else
|
||||||
{
|
{
|
||||||
var touches = UnityEngine.InputSystem.EnhancedTouch.Touch.activeTouches;
|
var touches = UnityEngine.InputSystem.EnhancedTouch.Touch.activeTouches;
|
||||||
for (int i = 0; i < touches.Count; i++)
|
for (int i = 0; i < touches.Count; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user