Search Issue Tracker
Duplicate
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)
-
Resolution Note:
Duplicate of another internal issue: DANB-201: Crash on Transform::GetTransformAccess() when undoing the action of adding Sprite Skin to an object
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
- Spots of bad lighting appear on assets when the lighting is generated in a Scene
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
This is a duplicate of issue #UCW-63647-201