Search Issue Tracker
Won't Fix
Votes
1
Found in
2019.4
2020.2
2020.2.2f1
2021.1
2021.2
Issue ID
1317028
Regression
No
Crash when editing Meshes of Gameobjects through Script
Reproduction steps:
1. Open user attached project
2. Open Assets\Scenes\SampleScene Scene
3. Press Play
4. Press Mouse0 (Left click)
Expected result: The mesh is adjusted
Actual result: The Editor freezes
Reproducible with: 2019.4.21f1, 2020.2.7f1, 2021.1.0b9, 2021.2.0a7
Could not test with: 2018.4 (Compiler errors)
Notes: After freezing even when the Editor is closed a background Editor operation may still be running, preventing the Project from being opened again
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Script in question is spawning a million game objects, which uses a lot of memory.