As shown in the title, the official document says that the baked map data can be saved through uint8array through the navigationplugin.getnavmeshdata() method, and the previously stored map data can be re assigned to the recast object through the buildfromnavmeshdata method,
In my personal test, I found that the data object navmesh was added to the recast object,
But when I use the createdebugnavmesh method to view the results, there is no relevant response in the scene. Why?
Could you share a repro in the playground ?
The project structure is very complex, and it is difficult to reproduce in the amusement park alone, involving the storage and regeneration of the project. I can provide the relevant code, but the reproduction is difficult to implement
Or, in the official case, is there a case where getnavmeshdata saves the data and uses buildfromnavmeshdata to create the map data, and then uses createdebugnavmesh to generate the map