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 feae2e7 commit 7747a0aCopy full SHA for 7747a0a
Assets/Tests/InputSystem/Plugins/UITests.cs
@@ -2873,7 +2873,9 @@ public IEnumerator UI_CanOperateMultiplayerUILocallyUsingGamepads()
2873
[Category("UI")]
2874
2875
[TestCase("Gamepad", ExpectedResult = 1)]
2876
+#if UNITY_WEBGL || UNITY_EDITOR
2877
[TestCase("WebGLGamepad", ExpectedResult = 1)]
2878
+#endif
2879
public IEnumerator UI_CanDriveUIFromGamepad(string deviceLayout)
2880
{
2881
var gamepad = (Gamepad)InputSystem.AddDevice(deviceLayout);
0 commit comments