playMaker

Author Topic: Navmesh Runtime generation for unity 1.9  (Read 1843 times)

EM-Guvii1234

  • Playmaker Newbie
  • *
  • Posts: 2
Navmesh Runtime generation for unity 1.9
« on: December 04, 2018, 05:44:22 AM »
Hey, so i've been looking for navmesh generation on a specific build of unity, but every single unity github link and script for run time navmesh generation appears to be for unity 2018.1, 2018.2, 2018.2.4.

None of the Navmesh cs scripts work and all come up with multiple errors on use.
https://github.com/Unity-Technologies/NavMeshComponents

I was using this link above to find anything that would help me get a basic AI to move on a Run-time generated mesh however none of it seems to make difference, i'm very new to coding and I know Navmesh runtime baking is possible through unity 2018-2019, however I don't know how to make this happen, I've checked the ecosystem, which seems to have a local Navmesh generator, however it doesn't work in my current build of unity.

If anyone knows any alternatives or how I can get run time Navmesh building, or any tips at all, I would really appreciate it.

Thank you.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Navmesh Runtime generation for unity 1.9
« Reply #1 on: December 05, 2018, 01:46:24 AM »
Hi,

 can you explain what doesn't work, do you get errors or something?

Bye,

 Jean

EM-Guvii1234

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Navmesh Runtime generation for unity 1.9
« Reply #2 on: December 05, 2018, 09:22:26 AM »
Hi yes, I get a whole bunch of errors, the scripts seems to be outdated for the current version of unity i'm using which is 1.9f1 MLTP9.6

https://github.com/Unity-Technologies/NavMeshComponents/tree/2018.1/Assets/NavMeshComponents/Scripts
I was trying to use these all these actions but every single one of them gives me an error like this, I realize the script needs to be updated however i'm so useless at c-sharp, If there any tutorials on how I could just update them myself but I don't really know how to look for them.
https://imgur.com/a/ou4aNMC - This is the error I get.