Search Issue Tracker
Fixed in 1.5.0, 2.1.0, 3.0.0
Votes
0
Found in [Package]
2020.2.0a13
2020.2.0a15
Issue ID
1254602
Regression
No
[TMP] "Array element out of bounds" exception thrown on creating TMP StyleSheet field after resetting
After resetting TMP StyleSheet, On creating TMP StyleSheet field "Array element out of bounds" exception is thrown refer to the attached video.
Steps to repro:
1. Create a new project
2. Windows > Package Manager > TextMeshPro Version (3.0.0-preview.14) > Install.
3. Assets > Create >TestMeshPro > Style Sheet > Click on(+) Button
4. Project > TMP_StyleSheet > Inspector > Click on(+) Button > reset
5. Project > TMP_StyleSheet > Inspector > Click on(+) Button
Actual result: TMP StyleSheet field not created and "Array element out of bounds" exception is thrown
Expected result: TMP StyleSheet field gets created and no exception is thrown.
Reproducible in:
2020.2.0a15, 2020.2.0a13 with Version(3.0.0) preview.14 - preview.1
Note: Reset functionality for TextMeshPro Assets is introduced in 2020.2.0a13
Environment:
Windows 10 & macOS 10.14
Stack trace:
Retrieving array element that was out of bounds
UnityEditor.SerializedProperty:InsertArrayElementAtIndex (int)
TMPro.EditorUtilities.TMP_StyleEditor:OnInspectorGUI () (at Library/PackageCache/com.unity.textmeshpro@3.0.0-preview.14/Scripts/Editor/TMP_StyleSheetEditor.cs:210)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment