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 415 forks source link

Can not build project with the node editor #108

Closed NiloFV closed 7 years ago

NiloFV commented 7 years ago

Get the error on build: Error building Player because scripts had compiler errors I know it is something about UnityEditor dependencies, that we have to wrap between #if UNITY_EDITOR #endif. But i search the whole code and could not find the breaking point.

NiloFV commented 7 years ago

When do you try to build it actually tells you on the console log where these errors are... will fix the main branch and make a push request... :)

Seneral commented 7 years ago

Thanks for the report, very much appreciate your effort! :) Fixed it both for the master and develop branch.