SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
833 stars 112 forks source link

Exception Warning popup hides everything underneath #212

Open dschilens opened 2 years ago

dschilens commented 2 years ago

As far as I can tell, if the exception warning popup appears on the bottom of the screen there's no way for me to make sure any UI underneath it is still visible. The popup is very useful, but I need some way of knowing if it opened & how big it is so I can move all my other debugging UI up and out of the way.

At the very least, it'd be great if the plugin let me know a "safe area" of how high the popup will be (similarly to how we know how big the notch is on the screen) so I can scooch stuff out of the way. It'd be even better if I could get that and some callback for when the popup is shown and hidden - I'm pinched on screen space so I don't want to permanently shift everything up.