We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c47aea commit d6d7116Copy full SHA for d6d7116
Runtime/IInfluencer.cs
@@ -1,5 +1,3 @@
1
-using System.Collections;
2
-using System.Collections.Generic;
3
using UnityEngine;
4
5
namespace InfluenceMapPackage
Runtime/TerrainInfluenceMap.cs
@@ -1,12 +1,13 @@
-using System;
using System.Collections.Generic;
using Unity.Profiling;
-using UnityEditor;
-using UnityEditor.VersionControl;
6
7
using UnityEngine.Assertions;
8
using UnityEngine.Rendering;
9
+#if UNITY_EDITOR
+using UnityEditor;
+#endif
10
+
11
12
{
13
[RequireComponent(typeof(Terrain))]
0 commit comments