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
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
- Project tab navigates to the previous folder when undoing (CTRL+Z) GameObject placement in the Scene
- Blue lines appear on the sides of the "Fit Canvas" or "Fit viewport" button when it's clicked in the UI Builder.
- PlayableDirector's state remains set to Playing even when the timeline's time property exceeds its duration.
- Favorites section does not collapse in the Project window when holding the ALT key
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.