We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a225669 commit 0bf8c41Copy full SHA for 0bf8c41
1 file changed
Assets/Tests/InputSystem/CoreTests_Editor.cs
@@ -22,7 +22,6 @@
22
using UnityEngine.InputSystem.Processors;
23
using UnityEngine.InputSystem.Users;
24
using UnityEngine.InputSystem.Utilities;
25
-using UnityEngine.Rendering;
26
using UnityEngine.TestTools;
27
28
#pragma warning disable CS0649
@@ -2633,9 +2632,6 @@ public void Editor_CanListOptionalControlsForLayout()
2633
2632
[Category("Editor")]
2634
public void Editor_CanIconsForLayouts()
2635
{
2636
- if (SystemInfo.graphicsDeviceType == GraphicsDeviceType.Null)
2637
- Assert.Ignore("Skipping icon test in headless/null graphics environment.");
2638
-
2639
const string kIconPath = "Packages/com.unity.inputsystem/Editor/Icons/";
2640
var skinPrefix = EditorGUIUtility.isProSkin ? "d_" : "";
2641
var scale = Mathf.Clamp((int)EditorGUIUtility.pixelsPerPoint, 0, 4);
0 commit comments