Hey, first let me thank the developer for his amazing work. I got the basic stuff to work but I ran into a couple of issues:
-
My path seems to go down into the ground, and re-emerge right before the last node, making my unit act weirdly. I resolved this by overriding path.vectorPath.y and setting it to transform.position.y, however I’d like to resolve the problem not the symptom. Image Link to show the problem. Any ideas?
-
My second question is, how to handle multiple units when they reach the same target? If a unit arrive at the final node and there is already another unit in there, it’ll just keep trying to reach that blocked point forever. Not looking for specific code, just how to approach this?
Cheers.