INavMeshParameters 5.0.0-alpha.36 not backwards compatible with 4.2.0

Hello guys!
It has introduced two new mandatory properties tileSize and bordeSize. Is it OK for some specific reason?

Thank you!
R.

Adding @Cedric for nav mesh, but yup back compat is key :slight_smile:

tileSize and borderSize are optional. if they are null/undefined, previous behavior will happen. If defined, new tiled navmesh will be created.

1 Like

Hi Cedric! Thanks for the fast feedback.
Would you please have a look at this please?

Maybe some d.ts issue?
Thank you!

I think there might be an issue in the export then ?

I can add a fix for you in @Cedric if you want ? I ll sneak it in the next nightly

1 Like

@sebavan Yes please! I guess adding a ? to both parameters will fix it?

2 Likes

Who wants the Solution thingy? :smiley: :smiley: :white_check_mark: :heavy_check_mark:

Will be in Fix create instance line mesh by sebavan · Pull Request #10807 · BabylonJS/Babylon.js · GitHub just sneaking it in as it is small

2 Likes