Hirashi3630 / UrGUI

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

fix GUI depth #37

Open Hirashi3630 opened 2 years ago

Hirashi3630 commented 2 years ago

Z_axis_bug

fixing this would also fix #28

Hirashi3630 commented 2 years ago

Solution idea: add some kind of manager that gives corresponding depth values to each window when drawn

Hirashi3630 commented 2 years ago

this problem is deeper than expected... via:

https://forum.unity.com/threads/corrected-gui-button-code-works-properly-with-layered-controls.96563/#post-629284 http://answers.unity.com/answers/1628530/view.html

Hirashi3630 commented 2 years ago

TODO: