Hello i try to build scene Volumetric fog for quest 2 & 3.
The latest Meta SDK requiters me to us minimum Unity 2021.3.37
It works in Unity's preview scene
However when i try to create the final build I get the following errors
'SceneVolumetricFog_LPPV': undeclared identifier 'unity_ProbeVolumeParams' (on gles3)
'SceneVolumetricFog_LPPV': undeclared identifier 'unity_ProbeVolumeParams' (on vulkan)
....
Maybe I do something wrong.
Scriptable Render Pipeline is: none so it should be Unity's build in
I tried Vulkan and OpenGLES3
Get errors in both.