Hey, there!
I'm making a top view survival game and I created an auto-collector to collect woods automatically. When I cut down a tree, wood is automatically moving to the auto-collector (I used pathfinding). And when the wood on collision with auto-collector, wood destroys itself. Everything is ok. But the problem is pathfinding. In my game, player can create this auto-collector with woods. There must be an auto-collector somewhere so player can create one. I put auto-collector to the outside of the map, but when I cut down a tree, wood is moving to the auto-collecter which is at the outside of the map and when the player creates one more auto-collector, woods are still moving to the auto-collecter which is at the outside of the map. How can I fix it? or can I use another way to create auto-collector? I think this is the weirdest way to create that. Sorry for my bad english btw.