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
If the color constants are replaced by non-constant color (such as Color("#FF0000")) the error disappears.
The editor doesn't complain about this error, it only appears at runtime.
The debugger also shows the error "Identifier not found: Color"
Steps to reproduce
Use the script above, observe the stated error in the console
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Godot version
4.0.dev (d4e5fe6)
System information
Windows 11, GLES3
Issue description
If the color constants are replaced by non-constant color (such as
Color("#FF0000")
) the error disappears.The editor doesn't complain about this error, it only appears at runtime.
The debugger also shows the error "Identifier not found: Color"
Steps to reproduce
Use the script above, observe the stated error in the console
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: