0

Is LWRP supported on Oculus Go or not? I am using Unity 2019.1.0f2 version and I have changed every setting in Unity, but somehow the application always crashes before the scene even loads.
Will this also occur in Oculus Quest? Is there any work around?

Jack Mariani
  • 2,270
  • 1
  • 15
  • 30

1 Answers1

0

I was dealing with a similar issue on Quest + Unity 2019 and what solved it for me was removing Vulkan Graphics API Options in Player Settings. If it's on "Auto", just uncheck it and remove Vulkan. After that LWRP worked for Oculus Quest.

nrs
  • 371
  • 1
  • 9
  • 1
    Thank you, I tried it on Go. Problem was that the project had too many models and too many polygons in it due to which the processor on Go was lagging and that is the reason for it to crash –  May 29 '19 at 07:23