Search Issue Tracker
By Design
Votes
1
Found in [Package]
4.1.0
Issue ID
FBX-174
Regression
No
Linux Editor throws a "DllNotFoundException: UnityFbxSdkNative" when exporting a GameObject to FBX
How to reproduce:
1. Create a new project
2. In the Package Manager install the "FBX Exporter" package
3. Create a "Cube" GameObject
4. In the Hierarchy right-click the "Cube" GameObject and press "Export To FBX..."
5. In the Export Options window press the "Export" button
Expected result: the "Cube" GameObject is exported successfully
Actual result: the export fails and a "DllNotFoundException: UnityFbxSdkNative" error is thrown in the Console
Reproducible with: 2019.4.29f1, 2020.3.14f1, 2021.1.13f1, 2021.2.0b3, 2022.1.0a1
Could not test with: 2018.4.35f1 (Doesn't have the "FBX Exporter" package)
Notes:
1. Reproducible on Ubuntu 18.04
2. Not reproducible on Windows 7
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
- FocusNextInDirection not focusing when used on multiline TextFields
- Single click calls UI Element renaming with a delay when clicked on the UI Element name
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
Resolution Note:
Discussed via the Unity Forum, this is related to needing to upgrade the libstdc++ version. Reporter has replied saying the fix worked.