Pro layout

Forums 💬 NodeCanvas ⚙️ Support Pro layout

  • This topic has 0 replies, 2 voices, and was last updated 10 years ago by Gavalakis.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18834
    pltremblay
    Participant

      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

      #18836
      Gavalakis
      Keymaster

        Hello,

        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.

        #18835
        pltremblay
        Participant

          I went to take a screenshot to show you and everything is right… Well, nevermind.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.