Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2020.3.9f1
2021.1
2021.2
2022.1
Issue ID
1344326
Regression
No
Crash on UnityEngine.Canvas:GetDefaultCanvasMaterial when entering the Play Mode second time
How to reproduce:
1. Open the attached project “Bugreport.zip”
2. Open the “Loader” Scene
3. Enter Play Mode
4. Navigate to the “Exit Game” tab using the E key
5. Click “Ok” in the Game view
6. Enter Play Mode again
Expected result: Editor exits the Play Mode
Actual result: Editor crashes
Reproducible with: 2020.3.14f1, 2021.1.14f1, 2021.2.0b5, 2022.1.0a2
Could not test with: 2018.4.36f1, 2019.4.28f1 (project breaks when downgrading)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
The crash is caused by the combobox prefab, by removing the arrow's image the crash is not reproduceable anymore. Removing and re-adding the arrow's image in the combobox prefab would be the solution.