Search Issue Tracker
By Design
Votes
1
Found in
2017.3.0b9
Issue ID
971847
Regression
No
Generating squares with meshes larger than ~65500 vertices causes wrong connections
How to reproduce:
1. Download attached project file
2. Select GameObject in Hierarchy Window
3. In Inspector Window, change Mesh Generator "Columns" and "Rows" values to 200
4. Enter Play Mode (Look at the generated mesh in the Scene Window after selecting Wireframe view)
Actual result: There is an issue with the geometry when generating more than ~65500 vertices. This is visible by looking at the mesh generated by the attached code in wireframe view
Reproduced with: 2017.3.0b11, 2018.1.0a5
Unable to reproduce with 2017.1, 2017.2 because of 65000 vertices limit
[resolved: by design, need to use IndexFormat.UInt32]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment