#how can I assign a scene to a property from a script ?
1 messages · Page 1 of 1 (latest)
You can create an export of type packedscene.
You then will have to instantiate it, to have it as the expected root type
or just put preload() around that string
yes yse
that what i am going to do
@export var scene: PackedScene