Is there any mechanism for this? To be clear, I’m not talking about https://github.com/defold/extension-safearea, as it seems that just scales all rendered content, leaving bars at the top and bottom. The ideal solution would allow for detecting the safe area and incorporating it as seamlessly as possible - i.e., the world space view would generally fill the entire screen, but HUD would be top aligned under the notch, and would also leave space at the bottom. Full screen UI menus would have a background that fills the entire screen, while the contents would follow the same scheme as the HUD above…
At this point, there are many devices with notches (across iOS and Android), so it’s less than ideal to try to do device-by-device special casing. Wasn’t able to find anything covering this topic. Thanks.