A* TileMap for Grid-Based PATHFINDING in Godot
@uheartbeast: I've been working on an open-source tool that makes grid-based A* pathfinding easier in Godot. It's a simple script that you attach to a TileMap node that will automatically generate an A* grid using the used tiles of the TileMap. Here is a video about it: https://t.co/j2mgXtoZ6C
https://www.youtube.com/watch?v=EPkaQFyEGQg
Godot EngineのAStar path finding サポートしてくれるスクリプト
HeartBeast