- Home /
Question by
RIw · Sep 20, 2015 at 07:26 PM ·
c#navmeshagent
How to allow NavMesh Agent climb up Stairs ?
Hi! I've made a simple stairs from cubes with 0.2 height. I'm baking them with Navigation, the same like baking the Floor,but NavMesh Agent is avoiding Stairs. How can I solve this ?
Comment
Answer by Nick_Rizzo · Aug 23, 2016 at 08:15 PM
put a cube on top of the stairs at an appropriate angle to cover the stairs then bake the navigation then set the cube active to false or delete it.
Answer by umer-azeem · Aug 24, 2016 at 09:39 AM
Check if you have marked you Cubes as static. If not then mark them static and bake again.
Answer by vrutigohel · Aug 24, 2016 at 11:16 AM
In Baked Agent Size Property , by considering Step height and Max Slope, It is ok with Stepsize<2
Your answer