Add A* Pathfinder Extensions
Find the fastest path with high performance in real-time!
Feature:
- Direct import from list
- Diagonal Movement
- Weighted Path (Slower paths)
- Jump Point Search Algorithm Implemented
A thumbnail is needed for the extension 👀
White Square Road, Black Square Walls and Yellow Square Weighted.
All done! and... idk how to fix the third one :eyes:
to fix the third one you gotta use Prettier on the file https://prettier.io/docs/en/install
I don't get how this works. can you make an example project?
I don't get how this works. can you make an example project? Here! A Star Pathfinder Demo.zip
You should add a reporter that shows the calculation time, seems it could be helpful.