Search Issue Tracker
Fixed
Votes
2
Found in [Package]
0.9.0-preview
Issue ID
LOC-128
Regression
No
The LocalizedString values are changed when reordering a list of items containing a LocalizedString
How to reproduce:
1. Open the user's attached project
2. Open 'SceneBugToo' ('Assets' > 'Bug' > 'SceneBugToo')
3. In the Hierarchy window select the 'BUG' object
4. Observe the 'Text' field value of the element with the 'Id' value equal to 0
5. In the Inspector reorder the elements of the Translations list
6. Observe the 'Text' field value of the element with the 'Id' equal to 0 again
Expected result: The 'Text' field value is equal to 'TestStringTable/A'
Actual result: The 'Text' field value is equal to 'TestStringTable/B'
Reproducible with: Localization 0.5.0-preview, 0.9.0-preview (2019.4.15f1, 2020.1.15f1, 2020.2.0b13, 2021.1.0a7)
Cannot test with: Localization 0.4.0-preview (2018.4.29f1) (due to errors), 0.5.0-preview, 0.9.0-preview (2018.4.29f1) (the Localization package versions are not supported)
Comments (1)
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Trisibo
Dec 21, 2020 23:42
I think this is an issue with the custom LocalizedString editor (I guess some cache), not with the values actually changing, since in my case it's fixed by deselecting and selecting the object again (so the inspector refreshes), and it doesn't happen with the inspector in debug mode.