Skip to content

Commit 5f718c4

Browse files
committed
chore: additional fixes for using statements re-arranged incorrectly
1 parent 4d02e53 commit 5f718c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/Scripts/TrajectoryPlanner/TrajectoryPlannerManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
using EphysLink;
99
using TMPro;
1010
using UITabs;
11-
using UnityEditor.Build;
12-
using UnityEditor.Build.Reporting;
1311
using UnityEngine;
1412
using UnityEngine.Events;
1513
using UnityEngine.Serialization;
@@ -22,6 +20,8 @@
2220

2321
#if UNITY_EDITOR
2422

23+
using UnityEditor.Build;
24+
using UnityEditor.Build.Reporting;
2525
// This code fixes a bug that is also fixed by upgrading to 2021.3.14f1 or newer
2626
// see https://forum.unity.com/threads/workaround-for-building-with-il2cpp-with-visual-studio-2022-17-4.1355570/
2727
// please remove this code when Unity version exceeds this!

0 commit comments

Comments
 (0)