Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
KingVulpes's avatar
KingVulpes
Honored Guest
2 years ago

Different Graphics for Differnet headsets

Hi, I see that some games offer enhancements based off the device they're running off, for example, walking dead saints and sinners offers quest 3 graphics enhancements now while quest 2 uses the old graphics, my question is how do you package two different versions as one and have it detect the device and adjust base off that

1 Reply

  • vmsgrg's avatar
    vmsgrg
    Start Partner

    Hey,

    You need to check which device runs your app/game, then set the graphics quality setting based on it. Also you can change materials/meshes based on the graphics quality.
    You just need a kinda simple C# script for those.