Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b4
Issue ID
832184
Regression
No
[ScriptingAPI] Editor hangs and AABB errors spammed in the console after passing zero value to terrainData.size
Steps to repro:
1. Open attached project;
2. In the Project folder go to Assets -> Scenes -> API;
3. Open 'СreateTerrainFromAPIbug' scene;
4. Launch the scene.
Actual result:
Editor hangs and errors are spammed in the console:
Invalid AABB aabb
UnityEditor.DockArea:OnGUI()
See attached gif video.
The bug is caused by passing zero variables to terrainData.size.
Expected result:
Message "Terrain size should be bigger than 1" should be displayed. The behaviour should be consistent with setting terrain size in Terrain Component's inspector (TerrainSettings), where values lower then 1 are always clamped to 1.
Notes:
- Reproducible in Unity 5.5.0b4, 5.4.0f3, 5.3.6p1;
- Reproducible on OSX 10.11.6;
- Partial regression from 5.4 on OSX (Editor doesn't hang on this platform in 5.3.6p1).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Add comment