Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
14
Found in
2019.2
2019.2.11f1
2019.3
2020.1
Issue ID
1197062
Regression
No
PathQueryStatus.Success is returned in a Script but the Path can't be resolved when using a highly detailed NavMesh
How to reproduce:
1. Open the attached project's "case_1197062-Project.zip" Scene labeled "SampleScene"
2. Enter the Play Mode
3. Click the topmost Button to see a resolved Path shown
4. Click the Button below and Inspect the Console Window
Expected result: The Path is resolved and there are no errors in the Console Window
Actual result: The Path is not resolved and an error is thrown in the Console Window
Reproducible in: 2019.2.13f1, 2019.3.0b11, 2020.1.0a14
Couldn't test with Unity 2018.4.13f1 and lower versions (Errors are thrown in the Console)
Note: Changing the NavMesh Surface Component's Tile Size to a lower value fixes the issue in some Transform Positions on the Mesh
-
mayasarii876
Mar 09, 2022 08:19
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo -
hertz-rat
Apr 20, 2020 10:37
My navmesh agents are also failing to find paths when the path is too long, but I do not get a console error and when I log the status I see 'invalid' instead of 'partial.'
My map is maybe 200x300 in size (but u shaped), has no moveable navmesh obstacles, and no offmesh links. By attempting to travel via two separate move actions, there is no problem getting from A to C.
2019.3.9
-
Whipexx_WildFrame
Jan 10, 2020 10:53
To be expected, but also reproducible in 2019.3.0f1.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- log4net error is thrown when using .NET Standard 2.0 for Linux server builds
- "cannot convert from Matrix4x4" and "cannot convert from Vector3" errors when creating App Packages
- [IL2CPP] Unity fails to build when using faulty function with an element being called from null array
- Build progress bar hangs forever when building with IL2CPP
- Editor crashes on PersistentManager::InstanceIDToLocalSerializedObjectIdentifier when reimporting an asset
Resolution Note (fix version 2021.2):
The maximum number of nodes the NavMeshNodePool supports is 65,535. A check and exception has been added to prevent the instantiation of a node pool with improper size. The documentation will now reflect the valid range of values, 0 to 65,535. Fixed in Unity 2021.2.0a4
Resolution Note (fix version 2021.1):
Fixed in Unity 2021.1.14f1