Hi,
I am using Unity 2022.3 LTS with URP, and I have a problem. On Android devices running Android 15, my game renders over the notch.
However, the game works fine on devices with older Android versions.
If I use Unity 2020.3 LTS and run the build on the same Android 15 device, the notch is handled correctly.
I’m not sure what to do to fix this in Unity 2022.3. Can you help me? Thank you!
DevDunk
December 11, 2024, 7:48am
2
Unity automatically handles the notch thing in android. In iOS we have to do it manually using safe area…
This problem cant be solved by this plugin , i guess.
DevDunk
December 11, 2024, 11:10am
4
I had to do it manually for Android with newer Android versions. Maybe the phone doesn’t report it properly?
Is render outside of safe space disabled?
Here is my settings. please look