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
- Connection to Named Pipes fails when server and client are run
- Subgraph Block cannot be dragged and dropped to the workspace and it throws errors
- "Capsule" and "Cylinder" Shader Graph preview types can't be freely rotated
- Cubemap mipmaps display differently between Editor and Player when using custom mipmaps
- Graph Inspector has no padding at the top and the bottom
Resolution Note:
Discussed via the Unity Forum, this is related to needing to upgrade the libstdc++ version. Reporter has replied saying the fix worked.