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
- [Linux] C# Reflection performance is 50 to 60 times slower
- The scrollbars are moving as one when scrolling one of the scrollbars in the Array of Text Fields
- Renaming the Animation Transition applies to another Transition when Enter is not hit after the renaming
- Editor crashes on Play Mode when using Voxel Play Environment Script
- Decimal function values are incorrect when running the build with IL2CPP Scripting Backend
This is a duplicate of issue #1337930