finepointcgi / Godot-Horror-Game-GD

27 stars 5 forks source link

Error on RC1 in character script. #15

Open RobertSzaszak opened 1 year ago

RobertSzaszak commented 1 year ago

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.)

finepointcgi commented 1 year ago

we will need to remove the @export since they changed the order of operations of how they load there data ill put out a video on this soon