Seneral / Node_Editor_Framework

A flexible and modular Node Editor Framework for creating node based displays and editors in Unity
https://nodeeditor.seneral.dev
MIT License
2.01k stars 414 forks source link

Error Building Standalone (namespace issue with UnityEditor) #158

Closed laurelhach closed 6 years ago

laurelhach commented 6 years ago

Hi Guys,

I am trying to build a standalone game and I get a few errors with this:

Assets/Core/Nodes/DialogMultiOptionsNode.cs(5,7): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing an assembly reference?

I have the issue for all the items added in Assets/Core/Nodes. I have added Node_Editor and Editor/Node_Editor in Plugins.

Everything from the Dialogue system is added to Assets/

What is wrong?

Thanks!

PS: Clean project, here is the hierarchy: image

laurelhach commented 6 years ago

fixed it.