Hi,
I want to change an exported value in the Inspector while setting up a scene and I want to see the effect immediately, rather than when I start/test/running the scene.
How can I get the changed value from the Inspector back into my script?
Example:
@export var isVisible = false
# always when value changes in the Inspector:
sprite.visible = isVisible
Jeff