Search Issue Tracker
Fixed in 5.0.0, 4.2.0, 3.4.0, 2.4.X
Votes
4
Found in [Package]
3.0.0
Issue ID
1214039
Regression
No
[XR] Stereo rendering mode selection dropdown is unavailable for WMR in XR plugin management
Stereo rendering mode selection dropdown is unavailable for WMR in XR plugin management. Right now the only stereo rendering mode available for WMR is Single Pass Instanced but it's not explicitly shown to the user. Refer the attached screenshot
Steps to reproduce:
1) Create a new project
2) Window > Package Manager
3) Install XR Management
4) Edit > Project Settings > XR Plugin management > Add Windows MR loader
5) Select Windows mixed reality
Actual result: There is no stereo rendering mode selection dropdown available
Occurring on: 2020.1.0a20, 2019.3.0f6, 2019.2.11f1, 2019.1.f11, 2019.2.0a1
Note: XR Management package was introduced in 2019.2
Environment: Only on Windows
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
Resolution Note (fix version 5.0.0, 4.2.0, 3.4.0, 2.4.X):
For legacy Renderer and current URP: Windows MR only supports SPI. Any other render method inserts intermediate textures and causes performance critical copies into the render path.
For HDRP and any future SRP implementation: It's up to the SRP renderer to setup this up and implement it, not each XR SDK provider.