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
shows an array which I can resize in the editor, but I can't do anything with the indicies/fields. It just shows an array of and does not let me edit them in anyway.
bojidar-bg
added a commit
to bojidar-bg/godot
that referenced
this issue
Feb 5, 2018
In Godot 3,
export(Array, NodePath) var levels;
compiles fine but
export(Array, PackedScene) var levels;
fails with an error:
Expected ')' or ',' after export hint.
(Related to #3586)
The text was updated successfully, but these errors were encountered: