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
- Only one project opens when quickly launching two projects from Unity Hub
- 2 lights are rendered when 8 lights exist and using Custom Lighting Shader Graph with Forward or Deferred rendering
- Font size changes the letter spacing when a custom Text Style with a defined font size is used on bolded text
- Downloads fail with ETIMEDOUT when using proxy environment variables
- Unused separation line is used in the Prefab Context Menu when right clicking child Prefabs
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.