How to me to correct these errors of compilation?
Assets/Scripts/Main/Node.cs(4,7): error CS0246: The type or namespace name `UnityEditor’ could not be found. Are you missing a using directive or an assembly reference?
How to me to correct these errors of compilation?
Assets/Scripts/Main/Node.cs(4,7): error CS0246: The type or namespace name `UnityEditor’ could not be found. Are you missing a using directive or an assembly reference?
Try adding
using UnityEditor;
at the beginning of the script