Search Issue Tracker
Not Reproducible
Votes
7
Found in
5.5.0a2
Issue ID
823883
Regression
No
Cryptic error: Assertion failed on expression: 'count <= std::numeric_limits<UInt16>::max
How to reproduce:
1. Open attached project
2. Open scene test3.unity
3. Play the scene
- Note the Assertion failures in the console that happen because the Combined mesh vertex count exceeds the vertex limit in a mesh
- Reproduced on the branch ai/navmesh/builder [based of 5.5.0a2] (c71a0b7312ea)
Comments (1)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Sigma
Dec 18, 2016 04:34
I am able to confirm this still occurs in 5.5.0f3, workaround was to cache vertex count on each combine group to ensure it never exceeds 65,355 vertices.