Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
0
Found in
6000.3.3f1
6000.4.0b3
6000.5.0a4
Issue ID
UUM-131291
Regression
No
"Create Package..." display name in Package Manager does not show correctly when the character limit is reached
Steps to reproduce:
- Create a new Unity project using a 3D Universal Template
- Open the Package Manager
- Click the "+" icon
- Select "Create Package..."
- Enter around ~120 characters
- Observe that no error/warning is shown
- Click Create
- In the Package Manager, select the created package
- Click Manage > Edit Manifest
- Select the package asset
- In the Inspector, add an additional character to the "Name" value
- Observe the bottom of the Inspector
Actual results: At the bottom of Inspector a "Invalid Package Name" error is shown, and no changes can be applied to the manifest without deleting characters
Expected results: The allowed character limit should be clearer, because the Package Manager allows a higher value, while the Inspector later on shows an error
Reproducible with versions: 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Can’t test with versions: 6000.0.64f1 (no "Create Package..." option)
Tested on (OS): Windows 11
Notes:
- If around 200 characters are entered in the 5th step, the warning is shown and the package cannot be created, but the warning should be shown with 120 characters as well or handled better, because later on, adding even one character showcases the "Invalid Package Name" error. And while the error is shown, a new package with the same name can still be created through Package Manager
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Add comment