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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Missing reproduction project