Hi all, I encountered a problem with my UE5 project after the v53 update on my Quest Pro. When I try to open it through Unknown Source, it will give me the 3 dots and then crash to home.
This is the error I get from the Log:
20:15:59.270 25173 25271 D UE : Assertion failed: false [File:D:/build/++UE5/Sync/Engine/Source/Runtime/VulkanRHI/Private/Android/…/VulkanRHIPrivate.h] [Line: 906]
20:15:59.270 25173 25271 D UE : A texture was marked as a shading rate source but attachment VRS is not supported on this device. Ensure GRHISupportsAttachmentVariableRateShading and GRHIAttachmentVariableRateShadingEnabled are true before specifying a shading rate attachment.
20:15:59.270 25173 25271 D UE : [2023.05.20-00.15.59:270][ 0]Assertion failed: false [File:D:/build/++UE5/Sync/Engine/Source/Runtime/VulkanRHI/Private/Android/…/VulkanRHIPrivate.h] [Line: 906]
20:15:59.270 25173 25271 D UE : A texture was marked as a shading rate source but attachment VRS is not supported on this device. Ensure GRHISupportsAttachmentVariableRateShading and GRHIAttachmentVariableRateShadingEnabled are true before specifying a shading rate attachment.
20:15:59.270 25173 25271 D UE : [2023.05.20-00.15.59:270][ 0]LogAndroid: Error: === Critical error: ===
20:15:59.270 25173 25271 D UE : [2023.05.20-00.15.59:270][ 0]LogAndroid: Error:
20:15:59.270 25173 25271 D UE : [2023.05.20-00.15.59:270][ 0]LogAndroid: Error: Assertion failed: false [File:D:/build/++UE5/Sync/Engine/Source/Runtime/VulkanRHI/Private/Android/…/VulkanRHIPrivate.h] [Line: 906]
This same UE5 project work on my Quest 2 with v47 (thank god for my Q2 despite being relegated to the shelf). The Vulkan RHI error does not come up.
I know for certain it’s Vulkan because when I disable Vulkan in the Project Settings, my project will run on the Quest Pro, but there is no visuals except for audio. Controllers seems to work despite not seeing anything as I can grab my objects because of the sound cue.
Anyone having problems similar to mine? If so, how have you fixed it? Any Meta folks here can advice on a fix?
Thank you very much.