Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2020.3.46f1
2021.3.22f1
2022.2.13f1
2023.1.0b10
2023.2.0a8
Issue ID
UUM-31355
Regression
No
Multiple "Identifier expected", "{ expected" and "} expected" errors are thrown when naming a Script by a number
How to reproduce:
1. Open the attached “My Projectaasdasd.zip“
2. Create a new C# Script (Right click > Create > C# Script)
3. Name the Script “1”
Expected result: No errors are thrown in the Console window
Actual result: Multiple "Identifier expected", "{ expected" and "} expected" errors are thrown in the Console window
Reproducible with: 2020.3.46f1, 2021.3.23f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
Reproduced in: macOS Monterey 12.6
Note: Issue is not reproducible when creating a script without naming it by a number and then renaming the script to a number
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
- WebGPU error with Fantasy Kingdom and GPU Resident Drawer
- WebGPU fails with height fog in Fantasy Kingdom
- Crash on UndoManager::RegisterUndoInternal when applying added GameObjects to a Prefab
- [Asset Bundles] A new bundle hash is not generated when the name of a serialized field is changed
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
Resolution Note:
It is not possible to have a script that starts with a number. The compilation error is a bit cryptic.
Resolution Note (2023.2.X):
It is not possible to have a script that starts with a number. The compilation error is a bit cryptic.