Search Issue Tracker
Fixed
Votes
0
Found in
2022.1.17f1
2022.2.0b8
2023.1.0a11
Issue ID
UUM-14838
Regression
Yes
Crash on UpdateSingleRenderer when undoing sprite addition to Hierarchy
How to reproduce:
- Open the user attached project
- Go to Assets > Sprites and add the Player sprite to Hierarchy
- Undo (Ctrl + Z)
- Observe the crash
Reproducible with: 2022.1.0a12, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Not reproducible with: 2020.3.40f1, 2021.3.10f1, 2022.1.0a11
Reproduced on: Windows 10 (Intel)
First lines of stack trace:
0x00007ff65f0b19eb (Unity) RendererUpdateManager::UpdateSingleRenderer
0x00007ff65f09c06f (Unity) Renderer::SetLocalAABB
0x00007ff65e6ec696 (Unity) SpriteRendererDataAccessExtensions_CUSTOM_SetLocalAABB_Injected
0x000001e25058b0e5 (Mono JIT Code) (wrapper managed-to-native) UnityEngine.U2D.SpriteRendererDataAccessExtensions:SetLocalAABB_Injected (UnityEngine.SpriteRenderer,UnityEngine.Bounds&)
0x000001e25058b003 (Mono JIT Code) UnityEngine.U2D.SpriteRendererDataAccessExtensions:SetLocalAABB (UnityEngine.SpriteRenderer,UnityEngine.Bounds)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
Fixed by another internal issue: DANB-201: Crash on Transform::GetTransformAccess() when undoing the action of adding Sprite Skin to an object