Search Issue Tracker
Fixed
Fixed in 2022.3.65f1, 6000.0.50f1, 6000.1.5f1, 6000.2.0b2
Votes
1
Found in
2022.3.65f1
6000.0.0b15
6000.1.0b7
6000.2.0a4
Issue ID
UUM-97847
Regression
No
Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDRP and importing Water Samples before
Steps to reproduce:
1. Create an HDRP Project
2. Import the Water Samples Project from the Package Manager for HDRP
3. Remove the HDRP Package
4. Exit the editor. Important: save the changes when prompted
Reproducible with versions: 2023.3.0b4, 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Not reproducible with: 2021.3.37f1, 2022.3.25f1, 2023.2.20f1, 2023.3.0b3
Stacktrace:
0x00007FFD5E7488CD (Unity) MonoBehaviour::VirtualRedirectTransfer
0x00007FFD5E8259E5 (Unity) SerializedFile::ReadObject
0x00007FFD5E825256 (Unity) SerializedFile::ReadObject
0x00007FFD5E80C033 (Unity) PersistentManager::ReadAndActivateObjectThreaded
0x00007FFD5E80959E (Unity) PersistentManager::LoadObjectsThreaded
0x00007FFD5E809328 (Unity) PersistentManager::LoadObjects
0x00007FFD5FD88BCC (Unity) ReloadNativeAssets
0x00007FFD5FD897F4 (Unity) ReloadNativeAssetsNotUpToDate
Tested on (OS): Windows 11
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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Adding available Nodes with longer names in Fragment Context window overflow Fragment Context window in Shader Graph
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
Resolution Note (fix version 2022.3.65f1):
Fixed crash that would occur when resetting packages while a prefab from one of those packages was open in the active scene.