Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
SaltedSlug's avatar
SaltedSlug
Explorer
6 months ago
Solved

UE 5.5.1 v74 - Oculus Quest 3 not generating the PSO .upipelinecache file

We are using the Meta Fork of UE, 5.5.1 v74. I've followed through every single piece of online documentation I could find on how to get the PSO cache to work on the Quest 3. Nothing works. No pip...
  • SaltedSlug's avatar
    SaltedSlug
    6 months ago

    After much digging, I've figured it out. There is an Vulkan setting that needs to be turned on to enable the legacy bundling method.

    r.Vulkan.EnablePSOFileCacheWhenPrecachingActive=1


    With this on, the CollectedPSOs folder does get created along with the upipelinecache file. This flag works in both 5.5.3 as well as 5.5.1.