unity3d-jp / MeshSync

A package for synchronizing meshes/models editing in DCC tools into Unity in real time.
Other
1.55k stars 174 forks source link

The specified procedure could not be found. (MeshSyncClientMaya) #66

Closed chrisrogers3d closed 5 years ago

chrisrogers3d commented 5 years ago

I copied the plugins and scripts to my user/Documents/maya. When I try to load the plugin, I get this error: // Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: Unable to dynamically load : C:/Users/christopher.rogers/Documents/maya/plug-ins/MeshSyncClientMaya.mll The specified procedure could not be found. // // Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: The specified procedure could not be found. (MeshSyncClientMaya) //

Maya 2018.5, Windows10, Unity2019.1

chrisrogers3d commented 5 years ago

It seems the plugin is compiled for Maya 2019.

chrisrogers3d commented 5 years ago

Is there a compiled .mll for 2018?

chrisrogers3d commented 5 years ago

User error. I found the 2018 version.

i-saint commented 5 years ago

I recommend you to copy "modules" dir in the archive to your "C:/Users/christopher.rogers/Documents/maya". after that, Maya will select the appropriate version of plugin automatically.