We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c8d7b commit 54e9335Copy full SHA for 54e9335
ThirdParty/FullSerializer/Editor/AotHelpers.cs
@@ -2,7 +2,9 @@
2
using System.IO;
3
using System.Reflection;
4
using UnityEngine;
5
+#if UNITY_EDITOR
6
using UnityEditor;
7
+#endif
8
9
namespace FullSerializer
10
{
0 commit comments