Search code examples
unity-game-enginehololensunity3d-shaders

Unity not rendering like hololens


I'm currently trying holotoolkit material example scene and this looks very poor in unity but great on hololens. I found some videos displaying the same as hololens in unity. this is how it looks in some videos in unity and on hololens Other unity

And this is how it is rendered in my unity My unity

Is there anything I can do to let it be rendered like on hololens? Edit1: and yes, quality is set to ultra and looks fine when deployed to hololens. Regards!!


Solution

  • Quick checklist:

    1. Check out graphics emulation settings in Edit > Graphics Emulation, set to No Emulation
    2. Reimport the project, pay close attention on what's written in the debug console
    3. Download the project from git again, maybe try the vNext version of holotoolkit? Or if you're already on vNext, try the more stable one. Try to use a tagged release, not a development one.