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.
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.
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.