It isn’t really a bug, but Unity Pro, info text still displays in black and it is pretty hard to read on dark gray node. I would prefer not to switch back to the light version of Unity as I prefer the dark them overall. But is there a way to change the NC editor color?
Four now, I edited the node scripts that I’m using to set the OnNodeGUI() func for this
#if !UNITY_PRO_LICENSE
GUILayout.Label(“\”<i> ” + displayText + “</i> \””);
#else
GUILayout.Label(“<color=#D8D8D8>\”<i> ” + displayText + “</i> \”</color>”);
#endif
The info text in the Pro Unity skin should be white like in the screenshots in the frontpage of this website. Can you please post a screenshot of what you see?
Thanks in advance.