We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d02e53 commit 5f718c4Copy full SHA for 5f718c4
1 file changed
Assets/Scripts/TrajectoryPlanner/TrajectoryPlannerManager.cs
@@ -8,8 +8,6 @@
8
using EphysLink;
9
using TMPro;
10
using UITabs;
11
-using UnityEditor.Build;
12
-using UnityEditor.Build.Reporting;
13
using UnityEngine;
14
using UnityEngine.Events;
15
using UnityEngine.Serialization;
@@ -22,6 +20,8 @@
22
20
23
21
#if UNITY_EDITOR
24
+using UnityEditor.Build;
+using UnityEditor.Build.Reporting;
25
// This code fixes a bug that is also fixed by upgrading to 2021.3.14f1 or newer
26
// see https://forum.unity.com/threads/workaround-for-building-with-il2cpp-with-visual-studio-2022-17-4.1355570/
27
// please remove this code when Unity version exceeds this!
0 commit comments