Reply To: Build fails with errors (inc. picture). Unity 5.6

NodeCanvas Forums Support Build fails with errors (inc. picture). Unity 5.6 Reply To: Build fails with errors (inc. picture). Unity 5.6

#12079
elendow
Participant

Hi,

I can answer your question. Those namespaces you are using are not included on a build because are Editor only. Every reference to that namespaces must be inside a #if UNITY_EDITOR condition in order to exclude them when building.

Hope this helps!

Cheers.