Search Issue Tracker
Fixed in 2023.2.3f1
Fixed in 2023.2.X, 2023.3.X, 2023.3.0a17
Votes
0
Found in
2023.1.14f1
2023.2.0b10
2023.3.0a6
Issue ID
UUM-49261
Regression
Yes
"ArgumentOutOfRangeException: Specified argument was out of the range of valid values." is thrown when using UnityEngine.TextEditor
How to reproduce:
1. Open the attached project "text.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Enter Play Mode
Expected results: No errors in the Console window
Actual results: "ArgumentOutOfRangeException: Specified argument was out of the range of valid values." is thrown in the Console window
Reproducible with: 2023.1.0a20, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Not reproducible with: 2021.3.30f1, 2022.3.10f1, 2023.1.0a19
Reproducible on: Windows 10 22H2
Not reproducible on: No other environment tested
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
Resolution Note (fix version 2023.3):
Fixes issues with updating IMGUI TextField from code.
Resolution Note (fix version 2023.2):
Fixes issues with updating IMGUI TextField from code.