Search Issue Tracker
Duplicate
Votes
0
Found in
2017.1.0b1
Issue ID
903733
Regression
Yes
'MapMagic World Generator' A$ package fails to generate terrain
1. What happened
'MapMagic World Generator' demo scene fails to generate terrain in 2017.1.0b1. There's DemoScene that, on Play, stucks with 'Generating Terrain' status, throwing errors to console:
Assertion failed: Assertion failed on expression: 'outputVertexCount == sharedData.vertexCount'
Assertion failed: Assertion failed on expression: 'outputIndexCount == sharedData.indexCount'
IndexOutOfRangeException: Array index is out of range.
(wrapper managed-to-managed) object:ElementAddr_3_4 (object,int,int,int)
MapMagic.WeldTerrains.WeldSplats (System.Single[,,] splats, UnityEngine.Terrain prevX, UnityEngine.Terrain nextZ, UnityEngine.Terrain nextX, UnityEngine.Terrain prevZ, Int32 margin) (at Assets/MapMagic/Main/WeldTerrains.cs:136)
...
This same scene works fine in 5.6.0p1. But opened either new or updated from 5.6, fails in 2017.1.0b1
2. How we can reproduce it using the example you attached
- Import 'MapMagic World Generator' A$ package into new project
- Open DemoScene
- Run
---> Observe errors in Console
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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
zakirshikhli
Apr 25, 2017 13:37
Getting this error, but did not using "MAPMAGIC WORLD GENERATOR"
Assertion failed: Assertion failed on expression: 'outputIndexCount == sharedData.indexCount'