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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.