Search Issue Tracker
Fixed
Fixed in 6000.0.0b12
Votes
2
Found in
6000.0.0b11
Issue ID
UUM-20837
Regression
No
[Quest 2] Vulkan validation errors on Oculus Quest 2
Reproduction steps:
1. Open the attached project “VulkanRepro”
2. Install Android Logcat from the Package Manager and open it: “Window > Analysis > Android Logcat”
3. Download and add into the project arm64 libraries of Vulkan validation layers
4. Select these libraries and set their settings to Android, CPU to ARM64, and enable Load on startup
5. Open Build Settings, make sure Scenes/SampleScene is added to the build, and Build and Run to Oculus Quest 2
6. Close the opened project inside Quest 2
7. Run this command in your terminal/console: “adb shell am start -n com.DefaultCompany.VulkanLayerRepro/com.unity3d.player.UnityPlayerActivity -e unity -force-vulkan-layers”
8. Open Android Logcat and in the search field type “Khronos”
Expected result: No warnings are shown in Android Logcat
Actual result: Multiple Vulkan validation errors are shown in the Logcat (prefixed with 'VULKAN: ERROR:)
Reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.24f1, 2022.2.0f1, 2023.1.0a21
Reproducible on: Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Note: It may be necessary to change the command in Step 5, go to “Project Settings > Player > Android settings” and look for “Package Name”, “com.DefaultCompany.VulkanLayerRepro” part of the command needs to be changed by whatever is shown in the Package Name.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Palette Settings link to the documentation isn’t working
- "Type Options" and "Node Library" dropdowns do not open when clicked on the title
- Public char variables uneditable in Inspector when project setting "Use IMGUI Default Inspector" is enabled
- IAP Listener component’s list titles go out of bounds when resizing the Inspector window horizontally
- Selected Camera sublayer blends with highlight color in Graphics Compositor window when Editor theme is set to Light
Add comment