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
When trying to upgrade the project to Release candidate 1, I receive the following error message:
@onready @export var waypoints := get_tree().get_nodes_in_group("EnemyWaypoint")
Parser Error: The "@onready" annotation will make the default value to be set after the "@export" takes effect and will override it. (Warning treated as error.)
The text was updated successfully, but these errors were encountered:
When trying to upgrade the project to Release candidate 1, I receive the following error message:
@onready @export var waypoints := get_tree().get_nodes_in_group("EnemyWaypoint")
Parser Error: The "@onready" annotation will make the default value to be set after the "@export" takes effect and will override it. (Warning treated as error.)
The text was updated successfully, but these errors were encountered: