I’ve a layout issue with the graphs whenever i open a window of Remote Config or Addressable Assets. These are the packages, that causes the problem, i’ve seen so far. There might be other packages as well. I attached some examples.
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.
Hello and sorry for the late reply. I really think that the GUI implemented in these other windows you open when this happens mesh up the native Unity gui big time. Does this happen for you when opening any other editor windows (Unity or not)?
I experience this problem from time to time when i open either Remote Config window or the Addressables window. These’re the windows of unity packages. I didn’t experience this problem with any other plugin window that i downloaded from Asset Store.
Hmm. Thanks for letting me know.
If this only happens with this specific package then there definitely has to be something in that package that messes up the GUI. I will take a look to see what this could be.
Join us on Discord: https://discord.gg/97q2Rjh
Author
Posts
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.