You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UpdateMultiPassStereo.cs have multiple compiler errors due to XR package is disabled in our project. A simple modification of defines for XR would fix the problem.
ex. as it's used in URP package itself #if ENABLE_VR && ENABLE_XR_MODULE
The text was updated successfully, but these errors were encountered:
Description
UpdateMultiPassStereo.cs have multiple compiler errors due to XR package is disabled in our project. A simple modification of defines for XR would fix the problem.
ex. as it's used in URP package itself
#if ENABLE_VR && ENABLE_XR_MODULE
The text was updated successfully, but these errors were encountered: