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
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
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.