MacBook Pro 2021 - How to use area under the notch?

Hi - we are trying to develop a full screen app that needs to fill the screen area under the notch. Running 2021.2.11 I can’t find a setting to get the window to use that area - everything scales the window to sit below the notch area leaving a black strip at the top.

Any suggestions?

Thanks!

I’m looking for this too. What is possible is to set NSPrefersDisplaySafeAreaCompatibilityMode to false in the Info.plist of the generated Xcode project. This avoids the compatibility mode where even the (hidden) menu bar avoids the camera notch, but the part of the display rendered to by Unity will still be constrained to a 16:10 area.