Reply To: [Bug] Layout issue

Forums 💬 FlowCanvas ⚙️ Support [Bug] Layout issue Reply To: [Bug] Layout issue

#12360
Gavalakis
Keymaster

    Oh. That looks awful 😛
    Does it only happen after you open said other assets editor? If so it looks like those assets modify the native Unity GUI.
    Can you please try this:

    – Open up GraphEditor.cs file.
    – Find the ‘OnGUI’ function around line #444
    – Add this line of code at the very start of the function GUI.skin = null;.

    Please let me know if that fixes the issue you are having.
    Thank you.