From c8c2a855c259df056d9c0f731cd60adbf854bf93 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 9 Jun 2022 15:31:09 +0200 Subject: [PATCH] Made UnityXR Editor Test dependent on UnityXR begin enabled --- Tests/Editor/Humanoid/HumanoidControlEditorTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs index cf062ef..67d42f3 100644 --- a/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs +++ b/Tests/Editor/Humanoid/HumanoidControlEditorTest.cs @@ -6,6 +6,7 @@ namespace Passer.Humanoid { public class HumanoidControlEditorTest { +#if pUNITYXR [Test] [Category("Humanoid")] public void HumanoidControl_UnityXR() { @@ -93,7 +94,6 @@ namespace Passer.Humanoid { humanoid.unityXR.CheckTracker(humanoid); Assert.IsTrue(handTarget.unityXR.sensorComponent == null); } - - +#endif } } \ No newline at end of file