Search Unity

Question How to make a good looking game for quest?

Discussion in 'Editor & General Support' started by jlorenzi, Feb 5, 2023.

  1. jlorenzi

    jlorenzi

    Joined:
    May 2, 2021
    Posts:
    292
    My game looks fine on pc but on quest it's horrendous, every thing looks too dark and some shaders don't even work. It looks like someone screenshotted it and turned the contrast all the way down. I haven't been able to find a single tutorial about making a good looking game for the quest. What do I do?

    I've baked the lighting for every scene.
    I'm using ASTC texture compression.
    Only post processing effect is bloom.
    I'm using 2x anti aliasing.
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,059
    1. Bloom kills performance on quest/mobile
    2. You are probably using another quality preset for quest. Check those and compare
    3. For performance: it all lighting is baked, use BakedLit for those materials!
     
  3. jlorenzi

    jlorenzi

    Joined:
    May 2, 2021
    Posts:
    292
    Thanks for the help. I've been tweaking each texture to look better on quest and I'm trying to find a solution for the bloom problem because I can definitely notice a performance impact.