0

I'm currently working on a VR project in Unity HDRP which can be played in Oculus Quest 2. I have multiple scenes and one of the scenes has a map which is from Unity's free assets.

Here's the link to the assets:

https://assetstore.unity.com/packages/3d/environments/unity-terrain-hdrp-demo-scene-213198

The game is working well. As I tested it in the Unity Editor 2022.2.15f1, the game runs well in VR, no missing assets or critical errors or else, just some minor bugs.

pic: there's the terrain

When I tried to build the game in Windows platform, the build was a success. But, when I tried it on my VR, that free asset terrain went missing.

pic: the terrain is gone what

How can I solve this issue? Or is the free asset broken so I need to use another asset and start over again only for that scene?

Thanks in advance.

pic: setup1

pic: setup2

pic: setup3

pic: setup4

Nick MC
  • 1
  • 3

1 Answers1

0

I had the same problem as you with a Terrain from other Asset. And I finally found the problem. I don't know if it will be your case, but you could try. I hope it helps you. Greetings.

In the Terrain Settings. You have to disable de option Draw Instanced.

Terrain Settings Configuration Screen

ray
  • 11,310
  • 7
  • 18
  • 42
David
  • 1