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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.