So im making a tower defense game, there is an error with my NavMesh that i cannot figure out, it says
<p>The NavMesh may not be generated properly as the veritcal dimension of your scene is too large. Try limiting the vertical size to less then 5461.0</p> ``<p>UnityEditor.DockArea:OnGui()</p>
Someone please help me
Your fellow Unity Developer, kittenkaret3536
There’s multiple things that could be going wrong here.
#1: What is your Voxel Size? Try making it bigger.
#2: Try changing Agent Height.
#3: play around more with the settings and it will eventually work.
You can change the Voxel Size by going to the Navigation Window and ticking Advanced then ticking Manuel Voxel Size and try adjusting the Voxel size there.
I know it can be kind of tricky and to be truthful it’s just a lot of trial and error.
Other than that, you can try making your scene smaller.
Hope that helps.