Hello,
I’m using
· FBX Exporter 4.1.1
· Recorder 4.0.0-pre.1
· Ubuntu 18.04
· Unity 2020.3.11f1
When I wanted to use FBX Recording, there were some errors.
DllNotFoundException: UnityFbxSdkNative
Autodesk.Fbx.NativeMethods+SWIGExceptionHelper..cctor () (at Library/PackageCache/com.autodesk.fbx@4.1.1/Runtime/Scripts/NativeMethods.cs:120)
Rethrow as TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception.
Autodesk.Fbx.NativeMethods..cctor () (at Library/PackageCache/com.autodesk.fbx@4.1.1/Runtime/Scripts/NativeMethods.cs:140)
Rethrow as TypeInitializationException: The type initializer for 'Autodesk.Fbx.NativeMethods' threw an exception.
Autodesk.Fbx.Globals..cctor () (at Library/PackageCache/com.autodesk.fbx@4.1.1/Runtime/Scripts/Globals.cs:814)
Rethrow as TypeInitializationException: The type initializer for 'Autodesk.Fbx.Globals' threw an exception.
UnityEditor.Formats.Fbx.Exporter.ModelExporter.ExportObjects (System.String filePath, UnityEngine.Object[] objects, UnityEditor.Formats.Fbx.Exporter.IExportOptions exportOptions, System.Collections.Generic.Dictionary`2[TKey,TValue] exportData) (at Library/PackageCache/com.unity.formats.fbx@4.1.1/Editor/FbxExporter.cs:4592)
UnityEditor.Formats.Fbx.Exporter.FbxRecorder.EndRecording (UnityEditor.Recorder.RecordingSession session) (at Library/PackageCache/com.unity.formats.fbx@4.1.1/Editor/Sources/Recorders/FbxRecorder/FbxRecorder.cs:68)
UnityEditor.Recorder.RecordingSession.EndRecording () (at Library/PackageCache/com.unity.recorder@4.0.0-pre.1/Editor/Sources/RecordingSession.cs:146)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&) (at /home/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:189)
Can you help me solve this error? Thank you.
