ManlyMarco
ManlyMarco
Sounds like a filesystemwatcher issue.
How to reproduce this issue? Can you give exact steps on what to open and do?
Send the game log or if disabled the bepinex log.
You have to compile your own build with a custom gui skin, or make a plugin that hooks config manager and change the gui skin from there. Something like this...
At the moment the game's own skin is used, there's no built in way to change this. The only way would be to change the code to use a custom...
You would have to recalculate sizes of at least fonts for all the different gui styles based on resolution. Create a copy of GUI.skin, make your changes, and then set...
Yes, this would have to be done in every plugin separately. Some plugins would work fine with just a copy of the code, but others would require major rewrites if...
Confirmed to be caused by pushup, even if it's disabled. Simply entering the "Slider list" tab under body category seems to corrupt state and when entering the "Chest" tab the...
What unity version? The text scrolls fine with the cursor for me.
This might be because of something in the game's default GUI skin, try changing the GUI.skin.textfield properties and see what happens. I don't have any game where this happens at...