You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a game where I can toggle between LightmapGI baked light and SDFGI. But SDFGI doesn't enable if you disable the LightmapGI node, you have to unassign the baked light data in the node before SDFGI re-enables.
Godot_v4.2-stable_win64_QBXUtDzIdy.mp4
Steps to reproduce
Set up a project with SDFGI enabled and add a lighmapgi node and bake the light, then toggle on and off the lightmapgi node.
LightmapGI is designed to take priority over SDFGI and VoxelGI, as it looks better on baked surfaces while also improving performance (the renderer no longer needs to sample SDFGI/VoxelGI on baked surfaces, but can keep using it for dynamic objects).
The issue is that hiding the LightmapGI node alone doesn't suffice, while it should.
Godot version
4.2.stable
System information
Windows 11, Vulkan, Forward+
Issue description
I'm trying to set up a game where I can toggle between LightmapGI baked light and SDFGI. But SDFGI doesn't enable if you disable the LightmapGI node, you have to unassign the baked light data in the node before SDFGI re-enables.
Godot_v4.2-stable_win64_QBXUtDzIdy.mp4
Steps to reproduce
Set up a project with SDFGI enabled and add a lighmapgi node and bake the light, then toggle on and off the lightmapgi node.
Minimal reproduction project
baked_light_sdfgi_toggle.zip
The text was updated successfully, but these errors were encountered: