This version of Unity is unsupported.
Method group is Obsolete

PlayerSettings.VROculus.sharedDepthBuffer

Switch to Manual
Obsolete This API is obsolete, and should no longer be used. Please update to the Unity Oculus XR Plugin package. public static bool sharedDepthBuffer;

Description

Enable Shared Depth Buffer support with Oculus.

When enabled, the depth buffer will be shared with the Oculus runtime in order to render additional content in the scene when applicable, such as when the Oculus Dash is displayed. Objects that don't render to the depth buffer may not depth sort correctly with externally rendered content.

This setting currently only applies to desktop players.