Hi,
we upgraded from version 4.2.15 to 4.2.17 and now the height testing is not working the same anymore. Not sure if its a bug or some setting changed.
We use a grid graph where agents walk with the AIPath script. The agents use the project settings gravity and that is set to (0,0,0). So no gravity.
We have a stair where the agents go up. That works fine. But when they go down the Y coordinate doesn’t change. They just float in the air and dont adjust vertically.
I can activate gravity but that causes some other problems and we don’t really need gravity. The agents should just stay on the grid at all times.
Also if I look at the path from the seeker in the editor its at the correct position.
Before the upgrade this worked fine. Any idea why this happens?