#Following LegionGames (3D Enemies with Pathfinding and Animations) Tutorial
10 messages · Page 1 of 1 (latest)
10 messages · Page 1 of 1 (latest)
my only guess is the @onready is doing the assignment after the _ready() fucntion's assignment
so can probs just remove the @onready and see what happens
I already tried it before I put the onready, it did the same thing
But I'll try it again tomorrow
So I changed the @onready var player = null to var player = null
Did you set player_path in the editor?