Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
Issue ID
782224
Regression
No
MissingReferenceException when aborting save pop up generated by Sprite Editor
Reproduction steps:(Gif in Edit)
1) Open attached project, select any sprite in the Asset window.
2) Hit Sprite Editor button in Inspector, proceed to Playmode.
3) Edit "Change Shape" "Sides" value and hit "Change" button.
4) Exit playmode and close Sprite Editor window.
5) In the pop up window select "Revert".
Error in the Edit.
Note: Whilst the error is a bad sign, further more it is misleading.
"Texture2D' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object." which is false since there are no scripts(from users perspective).
IMPORTANT Note: Reproduction steps are valid until bug that lets you edit values mentioned above is fixed.
Workaround: Make your changes in sprite editor before going into playmode and save them.
Reproduced with: 5.3.4f1, 5.4.0b11
Can't be reproduced with any version below 5.3 since there is no way to change values mentioned above.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment