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
- "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
This is a duplicate of issue #1337930