- Home /
Tutorials for using NavMesh with Unity free
I'm really sorry to ask this kind of question, but every tutorial I can find is only for Unity pro. Do you know a good tutorial for NavMeshes that uses Unity free?
I don't know of any tutorials with Unity free as without Unity Pro, you do not have the ability to access NavAgent and Off$$anonymous$$eshLink. For that reason you would have to write your own NavAgent and Off$$anonymous$$eshLink script. All of the information to do so can be gathered from the Nav$$anonymous$$esh functions and members here: http://docs.unity3d.com/Documentation/ScriptReference/Nav$$anonymous$$esh.html
You might be able to find something in the asset store that would act as a NavAgent or an Off$$anonymous$$eshLink though.
Answer by SirCrazyNugget · Mar 14, 2014 at 09:03 PM
Have a look in the archive on Live Training, plenty of useful tutorials in there
Your answer
Follow this Question
Related Questions
NavMesh issue with spawning players 3 Answers
Questions about NavMeshAgent.SamplePathPosition - statement from Unity desirable ^^ 0 Answers
Navigation Agent "Clipping" (Going inside) Navmesh Deadzone?... 1 Answer
Constantly generating Navmesh destination for endless runner game 0 Answers
Baking a nav mesh through a tunnel 3 Answers