Search Issue Tracker
Fixed
Fixed in 1.5.x
Votes
0
Found in [Package]
1.5.4
Issue ID
LOC-1213
Regression
No
Localized String never stops existing when StringChanged is subscribed to
Reproduction steps:
1. Open the attached “IN-101536.zip” project
2. Open the “SampleScene”
3. Enter Play mode
4. Observe the Console
Expected result: Each value change should trigger exactly one callback event
Actual result: Each new LocalizedString creation adds another callback subscription that persists, resulting in an increasing number of duplicate callbacks (e.g., value 5 triggers 6 callbacks, value 6 triggers 7 callbacks, etc.)
Reproducible with: 1.4.5 (2022.3.62f1) 1.5.4 (2022.3.62f1, 6000.0.48f1, 6000.1.3f1, 6000.2.0b1)
Reproducible on: Windows 10 (User reported), Windows 11
Not reproducible on: no other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "New" Label overlaps long Asset names in Import Unity Package Window
- Rotation values flip in animation when importing FBX with a generic rig
- [Quality Hackweek] Activated Terrain Inspector is active only until the terrain GameObject is deselected when two or more Inspectors are open
- Physics Used Memory keeps growing when GameObject colliders are enabled and disabled
- Errors are thrown and Inspector's UI element is not drawing when a GameObject with script component using a List<T> attached is selected
Add comment