I am looking to purchase the program specifically for a 3D turn based game I am working on. I currently have a working bread first search algorithm but for future proofing (and my newer level of knowledge to unity) I was looking to this asset. Essentially I would need the following and was just wanting to confirm it is possible pre-purchase.
The main feature I am unsure on reading into was something to react differently to available movement terrains, I’ve seen the penalty function but if there was a grid location that was say “Forest” which if you enter would end your movement and half your movement at the start of next turn, is there a way to make this essentially avoided by general path finding but if it is the destination tile still able to enter?
The second thing would be how the pathfinding reacts to different heights and jump settings. For example running vs flying units to travel to different elevations.