Does anyone have any suggestions for pathing and interacting within an instance where (x,y) coordinates are dynamic and change every time you enter the instance?
Currently, since the instances done change only the (x,y) values I was going to create the initial path and interactions, then calculate the correct coordinates based on the players starting position in the instance. However, does anyone have any suggestions for alternative solutions, perhaps a solution that is already solved