Hello,
I’m working on Unity Mars 1.0.2 and I want to add some mouvements to my objects. The goal was to move randomly a little robot on MARS horizontal planes. I’ve already setup this interaction in Unity with dynamic baking on my plane but when it comes to MARS, it seems to be a bit more complicate for the baking. I saw some scripts in MARS called MARS Nav Mesh Agent, MARS Nav Mesh Agent Manager and MARS Nav Mesh Surface.Is there any documentation or templates available with those scripts ?
By looking depper,I found the scene " Hello Navmesh " into the Mars package but some prefab are missing, any issue ?
Yes, Hello Navmesh is a good place to start.
We did inadvertently ship it with a couple of missing prefabs, but you can safely delete those two object from the scene and it will still work.
Ok thanks a lot !
Hi I can’t locate the files. Are they still available? Using the latest version of MARS.
Hi @chanfui - you will need to install the samples from the package.
If you go the the Unity MARS Nav Mesh package in the package manager window you will a samples section with a button to import the samples into your project.
OK got it. Thank you.