Is it possible to use this plugin along with the associated (instgroup and graph movement) to create a 'non physical' graph? By this I mean the graph I would like to create and navigate is abstract, and not made with sprites consisting of vertices and edges on the layout itself.
For example:
I have two situations where I would like to create graphs and find the shortest path,
The first is to find a path using elevators which move between floors, so each elevator car essentially covers several vertices,(i've accomplished this through other means but now i'd prefer to build a graph of elevator cars, which each contain their own range of floors, and find the shortest path using that data instead of sprite vertices
The second case is further abstracted from sprites on the layout, I would like to use this plugin to find a path from a list of actions with different costs in a Goal Oriented Action Planner system, to generate a 'plan' of actions which are accessed via an NPC's stack. https://gamedevelopment.tutsplus.com/tutorials/goal-oriented-action-planning-for-a-smarter-ai--cms-20793
So my question is, can I build a graph using these plugins without having to actually make the path on a layout using vertices and edges, and if so, how?