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

Commit

Permalink
Commented out editor usings in runtime class (#19)
Browse files Browse the repository at this point in the history
This was causing errors when building the Unity project

Co-authored-by: Gerard Delaney <[email protected]>
  • Loading branch information
GerardMG and GerardDelaney authored Dec 6, 2021
1 parent d252b0b commit a2de255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime/Fluent UITK/Extensions/PropertyFieldExtension.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using UnityEditor;
using UnityEditor.UIElements;
// using UnityEditor;
// using UnityEditor.UIElements;

namespace AV.UITK
{
Expand Down

0 comments on commit a2de255

Please sign in to comment.