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)
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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
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.