Hello, I apologize in advance if this has been posted somewhere else (couldn't find). I am brand new to game development, and this is my first project, so this may be a dumb question.
My goal is to have one object (Helper) seek out another object (Resource) and then bring it to a specific place (Storage).
I have scrapped this together using tips I've found elsewhere on the forum.
https://drive.google.com/file/d/1uOJ93N-6rS3s5VrP3NNDKeYX1j0f9HG6/view?usp=drive_link
It uses basic pathfinding & functions.
Right now the Helper finds the path, moves to the Resource, Resource gets pinned to the Helper and then... nothing.
I can't figure out why the new pathfinding calculation, and therefore moving along path, doesn't seem to be triggering.
Any help you can provide is supremely appreciated!