wrapped unity editor name space

This commit is contained in:
David Morgan
2021-08-12 07:24:41 -05:00
parent 19a7cbff76
commit 73f9ebec65
+3 -2
View File
@@ -1,7 +1,8 @@
using System.IO;
using System.Text.RegularExpressions;
using UnityEditor;
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
namespace Speckle.ConnectorUnity
{
@@ -29,4 +30,4 @@ namespace Speckle.ConnectorUnity
}
}
}
}
}}