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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
Fixed by another internal issue: DANB-201: Crash on Transform::GetTransformAccess() when undoing the action of adding Sprite Skin to an object