Search Issue Tracker
Fixed in 6000.2.0a4
Fixed in 6000.0.69f1, 6000.2.X, 7000.0.0a20, future release
Votes
9
Found in
6000.0.23f1
6000.1.0a1
6000.2.0a1
Issue ID
UUM-85059
Regression
Yes
Assert error is thrown when the Editor language is set to one of the experimental ones
Reproduction steps:
1. Create a new project
2. Make sure you have at least one of the experimental language modules installed in the Unity Hub
3. Change the language to one of the downloaded experimental languages (doesn’t matter if it’s Chinese or Japanese) inside the settings (File > Preferences > Languages > Editor Language) and restart the Editor
4. Open the "Assets/SampleScene.unity"
5. Select GameObjects one by one in the Hierarchy
6. Observe the Console
Expected result: No errors are present
Actual result: “Assertion failed on expression: '!(o->TestHideFlag(Object::kDontSaveInEditor) && (options & kAllowDontSaveObjectsToBePersistent) == 0)'“ error is present
Reproducible with: 6000.0.18f1, 6000.0.23f1
Not reproducible with: 2022.3.50f1, 6000.0.17f1
Couldn’t test with: 2021.3.45f1 (wasn’t able to download experimental languages)
Reproducible on: Windows 11 (User’s platform), M1 Max MacOS 14.6.1
Not reproducible on: No other environment tested
Notes:
- The issue is reproducible on HDRP, URP and built-in pipeline
- The issue is also reproducible when outputting a lot of Chinese/Japanese texts by Debug.Log even if the Editor Language is not set
Comments (2)
-
illusory9212
Oct 25, 2025 06:44
Still not fixed in 6000.0.xxxx
-
jokehuang
Sep 02, 2025 18:30
Will it fix in 6000.0.xxxx LTS?
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
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
Resolution Note (fix version future release):
Fixed Debug.Assert warning when atlas would grow too big for an editor font.
Resolution Note (fix version 6000.2):
Fixed Debug.Assert warning when atlas would grow too big for an editor font.
Resolution Note (fix version 6000.0.69f1):
Fixed in 6000.0.69f1