Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit a2de255

Browse files
Commented out editor usings in runtime class (#19)
This was causing errors when building the Unity project Co-authored-by: Gerard Delaney <mr.gerard.delaney@gmail.com>
1 parent d252b0b commit a2de255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Fluent UITK/Extensions/PropertyFieldExtension.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Reflection;
2-
using UnityEditor;
3-
using UnityEditor.UIElements;
2+
// using UnityEditor;
3+
// using UnityEditor.UIElements;
44

55
namespace AV.UITK
66
{

0 commit comments

Comments
 (0)