We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b492b5 commit 49a7b06Copy full SHA for 49a7b06
Packages/com.unity.inputsystem/InputSystem/InputManager.cs
@@ -362,7 +362,7 @@ public bool runPlayerUpdatesInEditMode
362
363
private bool gameIsPlaying =>
364
#if UNITY_EDITOR
365
- (m_Runtime.isInPlayMode && !EditorApplication.isPaused) || m_RunPlayerUpdatesInEditMode;
+ (m_Runtime.isInPlayMode && !UnityEditor.EditorApplication.isPaused) || m_RunPlayerUpdatesInEditMode;
366
#else
367
true;
368
#endif
0 commit comments