unity3d-jp / USDForUnity

USD importer & exporter plugin for Unity
MIT License
301 stars 46 forks source link

DllNotFoundException: usdi #26

Open greengiant83 opened 4 years ago

greengiant83 commented 4 years ago

Using Unity 2019.3.6f1. When loading the ImportSkinnedMesh from USDExamples you get this repeated error message:


DllNotFoundException: usdi
UTJ.UsdSchema.usdiSyncImportSettings () (at Assets/UTJ/USDForUnity/Scripts/UsdSchema.cs:125)
UTJ.UsdIComponentEditor.OnInspectorGUI () (at Assets/UTJ/USDForUnity/Editor/UsdComponentEditor.cs:56)
UTJ.UsdXformEditor.OnInspectorGUI () (at Assets/UTJ/USDForUnity/Editor/UsdXformEditor.cs:12)
UnityEditor.UIElements.InspectorElement+<>c__DisplayClass55_0.<CreateIMGUIInspectorFromEditor>b__0 () (at <3e481e8f36eb4d4c8d94b9ba6b2be438>:0)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)