Search Issue Tracker
Third Party Issue
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2021.2.0b4
2022.1
Issue ID
1354627
Regression
No
Crash on fbxsdk::FbxMemoryFile::Open when importing an fbx file
Reproduction steps:
1. Open the attached user's project
2. If the editor does not crash during launch, reimport 'Assets/HairStrand.fbx' by right-clicking on it and selecting Reimport
Expected result: The fbx file gets imported without issues
Actual result: The editor crashes
***Note that this specific file (HairStrand.fbx) causes Max 2020/2021/2022 and Maya 2022 to crash and only opens in Blender.***
Reproducible with: 2019.4.29f1, 2020.3.16f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5
Stack Trace:
fbxsdk::FbxMemoryFile::Open
fbxsdk::FbxMemoryFile::Open
fbxsdk::FbxImporter::ImportProcess
UnityFBX::DoImportScene
FBXImporter::DoMeshImport
ModelImporter::GenerateAssetData
ImportToObjects
ImportAsset
AssetImportWorker::Import
AssetImportManager::ImportInProcess
AssetImportManager::Import
ImportAndPostprocessOutOfDateAssets
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2022.1.X):
PR to FBX SDK here : https://github.com/autodesk-external/fbx-unity/pull/146
This PR prevents the crash from occuring but the file is still unusable, it only creates an empty mesh.
Waiting on Autodesk to integrate the changes and release a new FBX SDK version.