Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.5.8
Issue ID
LOC-1292
Regression
No
Name textfield has no character limit even if the Table cannot be created since Assets have a character limit when creating a new Table Collection
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Install the Localization package (com.unity.localization)
- Open the Project Settings window (Edit > Project Settings)
- Open the Localization tab in the Project Settings window
- Press the "Create" button
- Press the "Save" button
- Add the "Apple App Info" element into the Metadata list ("+" > Apple > App Info)
- Open the "Apple App Info" foldout
- Open the "Short Name" foldout
- Click the "Create Table Collection" button
- Enter a lot of characters in the Name textfield
- Click the "Create" button
- Observe the Editor
Actual results: Name textfield has no character limit even if the Table cannot be created since Assets have a character limit when creating a new Table Collection
Expected results: Since the textfield has validation if it is empty, it should also have validation for character limit
Reproducible with versions: 1.5.9 (6000.0.63f1, 6000.2.14f1, 6000.3.0f1, 6000.4.0a5 6000.5.0a2)
Tested on (OS): MacOS Silicon Tahoe 26.0.1
Notes:
- The Name Textfield has validation if the textfield is empty, showing a warning, so it should also have a character limit for the maximum characters an Asset name is allowed to have
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
This issue is considered low priority, and implementing a character limit for the Name text field is not straightforward in this context. Asset name length restrictions can vary depending on platform and file system, making it difficult to enforce a universal limit without introducing unintended constraints.