Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shader Errors (SceneVolumetricFog_LPPV - unity_ProbeVolumeParams) on Unity 2021.3.37 #5

Open
Franziskus opened this issue May 1, 2024 · 1 comment

Comments

@Franziskus
Copy link

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.

@frostbone25
Copy link
Owner

frostbone25 commented May 1, 2024

It's erroring out on the LPPV shader version (Light Probe Proxy Volume) because when building for android LPPV support gets disabled by default. Honestly you can just remove it, especially for the quest version for the time being since you wouldn't be using such a thing on the platform (unless you explicitly are and force it to).

But I will work on fixing the issue so that it doesn't stop you from building on quest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants