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

LightmapGI only works on Forward+ Renderer, but doesn't work on Forward Mobile Renderer and Compability Renderer #97017

Closed
YuWongXX opened this issue Sep 14, 2024 · 6 comments

Comments

@YuWongXX
Copy link

YuWongXX commented Sep 14, 2024

Tested versions

4.3 stable

Issue description

GIProbe (for dynamic objects, of course) only works on Forward+ and even Compability Renderer, but doesn't work on Forward Mobile Renderer.
The thing is that the document doesn't mention that mobile doesn't support lightprobeGI. And even the lower end Compability Renderer works well. So I assume this is a bug.

Even the lightmap itself, it flashes on Forward Mobile Renderer, but the problem dissapear on Forward+ and Compability Renderer.
微信图片_20240915062549

微信图片_20240915062411

Minimal reproduction project (MRP)

GIProbe BUG.zip

@YuWongXX
Copy link
Author

I also find that LightmapGI is overall buggy only in Mobile Renderer

@clayjohn
Copy link
Member

This is expected. VoxelGi is a Forward+ only feature.

See the documentation of VoxelGi https://docs.godotengine.org/en/latest/classes/class_voxelgi.html#description

@AThousandShips
Copy link
Member

This is not about VoxelGI but LigthmapGI though

@akien-mga
Copy link
Member

This is not about VoxelGI but LigthmapGI though

Confirmed by checking the MRP. The OP got the terms confused though and referred to GIProbe, which is the 3.x name of VoxelGI. But indeed the MRP is only using LightmapGI.

@akien-mga akien-mga reopened this Sep 16, 2024
@akien-mga akien-mga changed the title GIProbe only works on Forward+ Renderer, but doesn't work on Forward Mobile Renderer and Compability Renderer LightmapGI only works on Forward+ Renderer, but doesn't work on Forward Mobile Renderer and Compability Renderer Sep 16, 2024
@Calinou
Copy link
Member

Calinou commented Sep 16, 2024

Thanks for the report! Consolidating in #84846.

@YuWongXX
Copy link
Author

After struggling a few days, I'm sure this is a bug.

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

No branches or pull requests

5 participants