Map world position to room / area

Hi

If you need that kind of mapping, maybe it’s easier to just use a Dictionary<GraphNode, whatever> to hold a custom mapping?

It is also possible to extend the number of tags by modifying the GraphNode class. See More than 32 Tags