Navigation Package missing item

I’m trying to do section 14 101. I have downloaded the navigation package but it’s only 20kb big and seems to be missing a lot - on the video the package shows as 20mb. Also, the AI script is referencing incorrect namespaces. Am I doing something wrong or does this package need updating?
Thanks

If you edit the AIController.cs (go to console, double click the error that it can’t find the AI package/reference which will open the code in the default editor) then on lines 4,9 and 14 remove the word ‘AI’ so it is just UnityEngine.NavMesh. (blah) Also I imported the animation package from the last section, and this seemed to fixed things, the standard character package didn’t work for me.

1 Like

Privacy & Terms