retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Darken-blur background not working on exported versions #245

Open rsubtil opened 11 months ago

rsubtil commented 11 months ago

The darkening-blur background is not working on the exported version for some reason (works from editor): image

rsubtil commented 11 months ago

Shader parameters appear to not be set on export releases, not sure if this is a bug on the engine.

rsubtil commented 10 months ago

This is actually happening globally on any exported variable, as default values on theme nodes are not used. This should be investigated better, as it definitely is a Godot bug.

rsubtil commented 2 months ago

377 and #376 will be merged soon, and it seems to be related to this. This should be tested to check if it remains an issue then.

rsubtil commented 2 months ago

Sadly these new PRs haven't fixed it either (#379). Definitely needs to be investigated for what's going on.