Search Issue Tracker
Fixed
Fixed in 2021.3.21f1, 2022.2.10f1, 2023.1.0a13
Votes
2
Found in
2021.3.8f1
2022.1.14f1
2022.2.0b6
2023.1.0a8
Issue ID
UUM-12894
Regression
Yes
[Quest 2][XR] APK crashes when built with Vulkan and HDR enabled
Reproduction steps:
1. Open the user's project.
2. Make sure that HDR is checked in the Project tab under Assets > Settings > Desktop Pipeline and Assets > Settings > Quest Pipeline
3. Make sure that Graphics API is set to Vulkan under Project Settings > Player > Graphics APIs
4. Build and run on Quest 2 device
Expected result: APK runs without any problems
Actual result: APK crashes on start or attempts to load forever
Reproducible with: 2021.3.1f1,2021.3.8f1, 2022.1.14f1, 2022.2.0b6, 2023.1.0a8
Not reproducible with: 2020.3.38f1, 2021.3.0f1
Notes:
- If HDR is checked in the URP Vulkan builds on Quest2, the build crashes on start or attempts to load forever.
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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2023.1.0a13):
The crash happened due to XR splash screen non-existing Unity logo sprite dereferencing. HDR and Vulkan had nothing to do with it.