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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.