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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
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.