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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment