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 was trying to improve the graphics of my 2D game. But The WorldEnvironment didn't work. The glow didn't work. Neither the others.
I am using Vulkan Mobile graphics.
Steps to reproduce
Create a new Project (Vulkan Mobile)
Create a 2D Scene
Add a WorldEnvironment and enable the glow.
Add a Sprite2D and increase its modulate color to a high raw value like Color(5, 5, 5)
Add another Sprite2D for the glow to "reflect" off of.
Godot version
v4.0-alpha3
System information
Windows 10 64-bit, GPU: NVIDIA Geforce GTX 1650 Ti, CPU: AMD Ryzen 7 4800H
Issue description
I was trying to improve the graphics of my 2D game. But The WorldEnvironment didn't work. The glow didn't work. Neither the others.
I am using Vulkan Mobile graphics.
Steps to reproduce
WorldEnvironment
and enable the glow.Sprite2D
and increase itsmodulate
color to a high raw value likeColor(5, 5, 5)
Sprite2D
for the glow to "reflect" off of.Minimal reproduction project
WorldEnvironment.zip
The text was updated successfully, but these errors were encountered: