-
**Your Godot version:**
NA
**Issue description:**
This page:
[https://docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html](https://docs.godotengine.org/en/sta…
-
As a game developer I need a way to automatically calculate a path from one coordinate of a map to another to make navigating entities easier.
lycis updated
9 years ago
-
the bot hits obstacles with its tracks because detection has no sweep and only 15° angle. Need a better suited sensor or a second hc-sr04 or mount the hc-sr04 on something that can sweep...
-
https://github.com/tutsplus/A-Star-Pathfinding-for-Platformers
https://gamedevelopment.tutsplus.com/series/how-to-adapt-a-pathfinding-to-a-2d-grid-based-platformer--cms-882
https://gamedevelopment…
-
For 2D pathfinding, the current `Path` type works fine, but if you want to do 3D pathfinding (with multiple overlapping floors etc.), the current interface is insufficient. In particular, I'm imaginin…
-
**Description:**
I think it would be useful to have a 2D path editor built-in to the scene editor so we could design paths and make sprites/objects move on this path to the end, back and forth or ran…
-
Possibility of creating a 3D Pathfinding,
the idea is to be able to create agents(NPC) with the ability to move in 3D space.
For example a bird/helicopters flying between buildings, spacecraft betwe…
-
> `pathfinder.get_all_agents_positions()`
> Return an array with positions of all agents in the simulation. Positions are 2d and contains only X and Z coordinates.
Does it mean that the pathfindin…
-
-
@112212 already developed a new Polygonal 2D A* Algorithm in C++, therefore, the task is to write bindings for JavaScript and implement in **mep-master**.
@112212's repo:
https://github.com/112212…