godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.28k stars 21.05k forks source link

WorldEnviorment: When background is set to canvas, any description or pop-up shows up as empty #68000

Closed Moonzel closed 1 year ago

Moonzel commented 1 year ago

Godot version

v4.0.beta3.official [01ae26d31]

System information

Windows 11

Issue description

If a WorldEnviorment node is added to a scene, and the background setting is set to canvas, any pop up in the editor becomes blank. Any buttons that would come up still are functional (for example, a pop up that has the option to save and quit still functions), but they are not visible.

image

image

Steps to reproduce

  1. Make a new project file
  2. Add a WorldEnviorment Node
  3. Change the background setting to Canvas
  4. Hover over something in the editor to check the pop-up

Minimal reproduction project

No response

alexamy commented 1 year ago

Minimal reproduction project: bug_blank_canvas.zip

Calinou commented 1 year ago

Duplicate of https://github.com/godotengine/godot/issues/52467.