Skip to content

Commit 54e9335

Browse files
committed
wrap UnityEditor using statement in ifdef in AotHelper.cs
1 parent 38c8d7b commit 54e9335

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ThirdParty/FullSerializer/Editor/AotHelpers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
using System.IO;
33
using System.Reflection;
44
using UnityEngine;
5+
#if UNITY_EDITOR
56
using UnityEditor;
7+
#endif
68

79
namespace FullSerializer
810
{

0 commit comments

Comments
 (0)