Search Issue Tracker
By Design
Votes
0
Found in
2021.3.50f1
2022.3.60f1
6000.0.45f1
6000.1.0b13
6000.2.0a8
Issue ID
UUM-101896
Regression
No
Files cannot be created if their names start with numbers in UI Toolkit Editor Window Creator
Steps to reproduce:
1. Create a project
2. Create > UI Toolkit > Editor Window
3. Type a number in each text field
4. Press “Continue” button and observe
Actual results: “Filename is invalid.” warning appears in UI Toolkit Editor Window Creator
Expected results: Files are created
Reproducible with versions: 2021.3.50f1, 2022.3.60f1, 6000.0.45f1, 6000.1.0b13, 6000.2.0a8
Tested on (OS): macOS Sequoia 15.3.1 (Intel)
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
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Resolution Note:
The warning box is there to indicate that this is not supported. A class name starting with a number is not valid in C#