Skip to content

Commit f6bb6fa

Browse files
authored
Remove ifdef here since it is in the Editor directory
1 parent dc15ed9 commit f6bb6fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ThirdParty/FullSerializer/Editor/AotHelpers.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
using System.IO;
33
using System.Reflection;
44
using UnityEngine;
5-
#if UNITY_EDITOR
65
using UnityEditor;
7-
#endif
86

97
namespace FullSerializer
108
{
@@ -71,4 +69,4 @@ public static void CleanAOT()
7169

7270
}
7371

74-
}
72+
}

0 commit comments

Comments
 (0)