Search Issue Tracker
Fixed
Votes
0
Found in
5.5.0f3
Issue ID
881096
Regression
No
Unity crashes when importing large obj files
Steps to reproduce:
1. Create a project
2. Import Acropolis-3M.obj to the project
3. Observe the crash
Expected result: Unity should not crash
Actual result: Unity crashes
Reproduced with: 5.3.7p4, 5.4.4p3, 5.5.0f3, 5.5.1p4
Comments (2)
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
- UI Document (UXML) UI disappears from the Game view when any asset is imported and does not reappear until clicking in the Editor
- Warnings about invalid URIs are thrown when UI Builder's Material field is set to null
- Warnings about invalid URIs are thrown when UI Builder's Variable Asset Reference field is set to null
- "Attempting to use an invalid operation handle" error is thrown when stopping Play Mode after loading an Addressable scene using LoadSceneAsync
- Arabic separator character (066B) is treated as a full-width character when Duospacing is enabled on a TMP text component
MadeFromPolygons
Oct 06, 2017 14:15
An 11GB OBJ is absolutely ridiculous. Ofcourse its crashing, there is a 65000 vert limit on models. Also to be honest if you are unable to split up or reduce that file size, then you need to go back and learn more about 3D modelling as it should never need to be that big.
Sadlercs
Jun 11, 2017 03:12
Same issue here on 5.6.1p2
Also, Unity wouldn't let me send the bug report on packaging stage.
My .obj file is 11GB. A reduction is not an option.