From fe8edbaa89d8e936cb9ffe94998617645f25c98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+Geri8@users.noreply.github.com> Date: Fri, 2 Apr 2021 16:48:59 +0200 Subject: [PATCH] Add files via upload --- Tools/Editor/ToolsEditor.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/Editor/ToolsEditor.cs b/Tools/Editor/ToolsEditor.cs index 9e6dc73..a7fe40a 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; @@ -531,3 +532,4 @@ public class ToolsEditor{ #endregion #endif } +#endif