Due to canvas_item not having instance uniform variables, we have to make material "local to scene". This causes the code to embed into the scene. Issue should be resolved when https://github.com/godotengine/godot/issues/62943 is resolved and project version is upgraded.
Due to
canvas_item
not havinginstance uniform
variables, we have to make material "local to scene". This causes the code to embed into the scene. Issue should be resolved when https://github.com/godotengine/godot/issues/62943 is resolved and project version is upgraded.