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 4fcb091 commit b69b460Copy full SHA for b69b460
com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs
@@ -1,9 +1,11 @@
1
using System;
2
using System.Collections.Generic;
3
-using UnityEditor.Perception.Visualizer;
4
using UnityEditorInternal;
5
using UnityEngine;
6
using UnityEngine.Perception.GroundTruth;
+#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
7
+using UnityEditor.Perception.Visualizer;
8
+#endif
9
10
namespace UnityEditor.Perception.GroundTruth
11
{
0 commit comments