Unity Issue Tracker - Editor crash on "Transform::UpdateTransformAccessors" when exiting Play mode after recompiling scripts
Closed
UUM-16617
Editor crash on "Transform::UpdateTransformAccessors" when exiting Play mode after recompiling scripts
Unity: Scene Management
Won't Fix
2023.3.X
2023.2.X
2023.1.X
2022.2.X
2022.1.X
2021.3.X
2020.3.X
2018.2.X
2022.1 has reached end of life so the issue will be fixed in a newer version.
How to reproduce:
1. Open the attached project
2. Play the "Init" scene
3. LMB through "English", "Initializing", "New Game 0", "Loading completed"
4. Once in the game, open the _Scripts folder and reimport any script to force a recompile
5. After a recompile, null reference exceptions will start flooding the console. Wait until there are ~ 300 of them and exit Play mode
6. Observe the crash (if it doesn't crash, go to step 2)