Hey!
So I was wondering about a new action in the pathfinding behaviour that I reckon would be of use to those making platformer games.
I've implemented the behaviour into my game and it's going pretty well so far, but I realised that the pathfinding behaviour expects the sprite to go EXACTLY into the coordinates of the cell in order to begin travelling to the next cell. This is a bad thing with platforming, as is could be pretty unlikely that the sprite will go exactly into the cell's coordinates.
I was thinking an action "Go to next cell" would be great. This could be used with the event "Pick overlapping point", to test if the sprite is overlapping the cell's coordinates, which will then allow the sprite to begin travelling to the next cell, rather than incessantly trying to precisely hit the cell's coordinates!
Is there any shortcomings to this idea?
Thanks!