How can I adjust my game to scale well on devices with different notch sizes and other safe areas?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By qq715152910

How can I adjust my game to scale well on devices with different notch sizes and other safe areas?
I don’t want to set a specific top and bottom margin just to avoid the notch, because I’m planning to build on tablets and iPad as well. So I need to maximize the whole screen, and just adjust the UI to the safe area of the device if it has one.

I hope someone could help.

Thank you so much :slight_smile:

I also encountered the same problem, multiple attempts to modify the '‘AndroidManifest.xml’ but none worked …
No matter how to adapt and adjust the zoom level,
Safe area always shows nothing…
enter image description here

:bust_in_silhouette: Reply From: Ben

This seems to have been solved