From d88484754843e9988c9e19aacf222db0a1b3952f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Sun, 13 Jun 2021 15:52:12 +0200 Subject: [PATCH] Probably fixed build errors --- Tools/Editor/ToolsEditor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/Editor/ToolsEditor.cs b/Tools/Editor/ToolsEditor.cs index b28a17b..acadbd3 100644 --- a/Tools/Editor/ToolsEditor.cs +++ b/Tools/Editor/ToolsEditor.cs @@ -1,3 +1,4 @@ +#if UNITY_EDITOR using System.Collections; using System.Collections.Generic; using UnityEngine; @@ -533,3 +534,4 @@ public class ToolsEditor{ #endregion #endif } +#endif