GMEssentials Navigator
A downloadable gme-navigator
GMEssentials Navigator is a package for GameMaker 2.3+ that provides an out of the box pathfinding solution for zone-based pathfinding. The demo scene includes multiple zones/areas, teleporting, obstacles and mouse-based navigation.
The performance is significantly better than the built-in pathfinding in larger maps, because you would need to create a large pathfinding grid. Especially for large maps this would introduce a significant overhead in performance.
Navigator allows you to create many zones in your map, that each have their own mp_grid. These zones are connected via a graph that generates all connections between zones at runtime or on-demand. This means your navigator will only ever need to navigate in a single zone, the size of which you can determine yourself to fit your needs.
- 2 demo scenes are included to get you started.
- A documentation page is included that explain the basics on using the system.
- A couple of tips on using the solution can be found in included files.
License:
- On purchase, you are granted a commercial and non-commercial license to use this system in your projects.
- The source code contained in this package is not licensed for distribution. You may distribute only compiled versions of projects created with it.
- You do not have permission to feed this code into an LLM in ANY way, shape or form!
Published | 2 days ago |
Status | Released |
Category | Assets |
Author | Vincent |
Tags | extension, GameMaker, navigation, package, pathfinding |
Purchase
In order to download this gme-navigator you must purchase it at or above the minimum price of 6.37€ EUR. You will get access to the following files:
Comments
Log in with itch.io to leave a comment.
any demo for windows?
Hi soyer_dev! I have compiled a quick demo, you should be able to download it directly from the page!