aliessmael / Unity-Logs-Viewer

Using this tool you can easily check your editor console logs inside the game itself! No need to go back to the project and do any tests to track the problems!
745 stars 164 forks source link

Support Safe Area #50

Open ghost opened 4 years ago

ghost commented 4 years ago

I can't press the close button when the status bar is displayed on iPhone 11 Pro. Can you support the Safe Area?

jcs090218 commented 3 years ago

I can reproduce this. This is actually quite annoying... 😕

karmington commented 3 years ago

Crystal Pug has a good clean file for this. https://assetstore.unity.com/packages/tools/gui/safe-area-helper-130488

NDark commented 3 years ago

Simply adding a shift in iOS platform solved this problem.

ex. Reporter-6c9b12a7.cs enable ENABLE_TOP_VIEW_SHIFT in Reporter

Reporter-6c9b12a7.zip

pedro15 commented 1 year ago

This should have been a top priority on this asset