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
I have all the code and everything all correct, checked and made sure multiple times for typos and there were none.
I don't understand why the bats still dont wander around
The text was updated successfully, but these errors were encountered:
@grand-autismo I had similar problem. I checked Bat.gd script and found my error - I used global_positon instead target_position in _physics_process function. var direction = global_position.direction_to(wanderController.target_position)
With target_position it works.
I have all the code and everything all correct, checked and made sure multiple times for typos and there were none.
I don't understand why the bats still dont wander around
The text was updated successfully, but these errors were encountered: