Jaredare
Updated from 2021 to 2022 version of unity, getting NavMeshSurface related error.
I found a post in the unity discord saying essentially that the problem was having
using UnityEngine.AI;
instead of using Unity.AI.Navigation;
. Apparently in the version changes they changed the terminology a bit and I didn't realize. Thank you a bunch for your help man 🙂9 replies
Updated from 2021 to 2022 version of unity, getting NavMeshSurface related error.
I believe that's an earlier version of something that has since been integrated into Unity. I think the problem may arise from (this is speculation) an early version of this being used in the example I was working on and then using slightly different values or parameters in the newer version that is just a part of Unity at this point.
9 replies
Updated from 2021 to 2022 version of unity, getting NavMeshSurface related error.
Could someone tell me approximately how specific this sort of thing is? From what I gathered it seemed like a fundamental c# thing, but if it's specific to unity or even working with navigation meshes in unity that would be really helpful.
9 replies