Hi,
I'm having trouble migrating from Godot 3.x to 4.0.
In Godot 3.x, we can do such like "export(Array, PackedScene) var myAssets" but I have no idea how to export an array of PackedScene in Godot 4.0.
I've tried @export var myAssets=[]. or @export var myAssets:Array and both of them failed to assign .tscn files.
I would appreciate any suggestions. Thanks.