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