Hirashi3630 / UrGUI

UrGUI: easy to create GUI for Unity mods and debug
MIT License
18 stars 5 forks source link

dynamic Begin parameters collision #23

Closed Hirashi3630 closed 2 years ago

Hirashi3630 commented 2 years ago

defining only 4 floats without specifying name is now not possible due to the dynamic Begin parameters (06a2274)

window1 = GUIWindow.Begin("Example", 10, 10, 200, 200);

image

reorganizing optional size parameters might be a temporary solution