Pro layout

NodeCanvas Forums Support Pro layout

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10493
    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

    #10498
    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.

    Join us on Discord: https://discord.gg/97q2Rjh

    #10512
    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.