Search Issue Tracker
Duplicate
Votes
0
Found in
2020.2.0a15
2020.3
2020.3.2f1
2021.1
2021.2
Issue ID
1330166
Regression
Yes
Linux Editor crashes at "vk::DataBuffer::CreateResource" when importing thousands of models
How to reproduce:
1. Download and extract the attached project (1330166.zip)
2. Open a terminal and set the current directory to the downloaded project's "Models" folder
3. Run the following command: for i in {1..8000}; do cp car.fbx "car$i.fbx"; done
4. Open the project and reimport the "Models" folder if the Editor opens successfully
5. Observe the crash
Reproducible with: 2020.2.0a15, 2020.3.6f1, 2021.1.5f1, 2021.2.0a15
Not reproducible: 2019.4.24f1, 2020.1.0a1, 2020.2.0a14
Notes:
1. Reproducible on Ubuntu 18.04
2. Not reproducible on Windows 10
3. The crash occurs when the GPU runs out of memory
4. The graphics API has to be set to "Vulkan" for the issue to reproduce
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
This is a duplicate of issue #1337930