Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

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:
    246
    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:
    2,980
    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:
    246
    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.