Skip to content

Commit b69b460

Browse files
committed
linux fix
1 parent 4fcb091 commit b69b460

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

com.unity.perception/Editor/GroundTruth/PerceptionCameraEditor.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
using System;
22
using System.Collections.Generic;
3-
using UnityEditor.Perception.Visualizer;
43
using UnityEditorInternal;
54
using UnityEngine;
65
using UnityEngine.Perception.GroundTruth;
6+
#if UNITY_EDITOR_WIN || UNITY_EDITOR_OSX
7+
using UnityEditor.Perception.Visualizer;
8+
#endif
79

810
namespace UnityEditor.Perception.GroundTruth
911
{

0 commit comments

Comments
 (0)