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
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Add comment