Search Issue Tracker
Not Reproducible
Votes
1
Found in [Package]
1.5.2
Issue ID
LOC-1152
Regression
No
NullReference when changing localized string that is part of GameObjectLocalizer
*Steps to reproduce:*
1. Open attached project and SampleScene
2. Press play
3. Notice Null reference exceptions
*Actual results:* Exceptions
*Expected results:* No exceptions
*Reproducible with versions:* 2022.3.44f1
*Not reproducible with versions:*
*Can’t test with versions:*
*Tested on (OS):* Windows
*Notes:*
* Caused by a null m_CurrentLocale in GameObjectLocalized during RequestUpdate. We should add a null check.
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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Resolution Note:
Missing reproduction project