Search Issue Tracker
Fixed in 2018.2.X
Votes
1
Found in
2018.1.0b9
Issue ID
1009032
Regression
No
EditorGUILayout.PropertyField causes the Editor to freeze when used with element in an array with large index
Reproduction steps:
1. Download "SlowPropertyField.zip" project and open in Unity
2. Select "Select This One" object in the hierarchy
Expected: Unity editor stays responsive
Actual: Unity editor freezes
Reproduced on: 5.6.5p2; 2017.1.3p2; 2017.2.2p1; 2017.3.1p4; 2018.1.0b11; 2018.2.0a3
Fixed on: 2018.2.0b1
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][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
Finnigan
Jul 24, 2018 20:49
The following line: EditorGUILayout.PropertyField (entityRulesProperty.GetArrayElementAtIndex(ruleIndex).FindPropertyRelative("possibleEntities"), true) was working with Unity 2017.1.6f1. In Unity 2018.2.0f2 is not working anymore, it only shows the foldout and the space below but not the content.