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 :)