Perfare / AssetStudio

AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
MIT License
13.37k stars 2.57k forks source link

unity 5.4.0p3 error exporting models #11

Closed KekMcGee closed 7 years ago

KekMcGee commented 7 years ago

** Exception Text ** System.OutOfMemoryException: Array dimensions exceeded supported range. at Unity_Studio.SkinnedMeshRenderer..ctor(AssetPreloadData preloadData) at Unity_Studio.UnityStudioForm.WriteFBX(String FBXfile, Boolean allNodes) at Unity_Studio.UnityStudioForm.Export3DObjects_Click(Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Here's the file in question https://mega.nz/#!JwQCBbpA!3Z8iAVOmlwsVXl2W7b8dtYwKQvVueWmsGNdM0bosBoQ

Perfare commented 7 years ago

I think the new code has solved this problem.

KekMcGee commented 7 years ago

Thanks.