Search Issue Tracker
Fixed
Fixed in 2023.1.0a11
Votes
0
Found in
2022.2.0b8
2023.1.0a10
Issue ID
UUM-15766
Regression
Yes
Errors in the Console appear when switching UI language to any language except English
Reproduction steps:
# Open any Unity project
# Go to the Edit → Preferences → Languages
# Select any language except English in “Editor Language”
Expected result: No errors in the Console
Actual result: Errors in the Console
Reproducible with: 2022.2.0a1, 2022.2.0b8, 2023.1.0a10
Not reproducible with: 2020.3.40f1, 2021.3.11f1, 2022.1.17f1, 2023.1.0a11
Reproduced on: Windows 10
Note: To successfully reproduce the issue, Language Packs have to be installed. The same errors are also thrown when entering the Play mode
Part of the error: ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
System.Collections.Generic.List`1\[T].get_Item (System.Int32 index) (at <93b14d548eed4cc88574ab296ba2e94c>:0)
UnityEditor.GameView.DoToolbarGUI () (at <633f759ce7e144cbb741483fcb62a54d>:0)
UnityEditor.GameView.OnGUI () (at <633f759ce7e144cbb741483fcb62a54d>:0)
UnityEditor.HostView.InvokeOnGUI (UnityEngine.Rect onGUIPosition) (at <633f759ce7e144cbb741483fcb62a54d>:0)
UnityEditor.DockArea.DrawView (UnityEngine.Rect dockAreaRect) (at <633f759ce7e144cbb741483fcb62a54d>:0)
UnityEditor.DockArea.OldOnGUI () (at <633f759ce7e144cbb741483fcb62a54d>:0)
UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect,
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
- UI Toolkit Editor Window Creator becomes deformed and stretched when the “Enter” key is pressed
- “Assertion failed on expression: 'IsFinite(distanceForSort)’” is spammed in the Console when changing Trail GameObject position to a very high number
- VFX Graph Node documentation icon is pixelated
- Cutout box is covered in a shadow when the object that houses the cutout is casting shadows
- “Metal: Fragment shader missing texture binding at index 0 (_MainTex / Hidden/Preview Alpha)” warnings are thrown when selecting some TextMesh Pro Font Assets
Resolution Note (fix version 2023.1.0a11):
Fixed in 2023.1.0a11