How to use properly render_mode unshaded

The solution I found, based on unshaded mesh is brighter than albedo set in fragment shader with vulkan renderer · Issue #70797 · godotengine/godot · GitHub :
Add the hint “source_color” to the sampler2D:
“uniform sampler2D camera: source_color;”

1 Like