Perfare / AssetStudio

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

Export models with skin modifier #503

Closed romanpopulik closed 4 years ago

romanpopulik commented 4 years ago

Just like in the title. Now I am able to export first person hands model, but without skin modifier.

romanpopulik commented 4 years ago

bear_hands_skin.bundle.zip

example in archive

zwrtron commented 4 years ago

I'm having similar problem. The model I've tried gets exported with the Skin modifier and all animations, but when imported to 3ds Max, the animations loads correctly (bone movement) but the model (having a Skin modifier with linked bones) does not simply move according to bones - does not moves at all to be correct. Seems like the vertex weights are not properly exported or I am doing something wrong? If there will be interest I could provide sample file.

Perfare commented 4 years ago

The skin information of this file is not stored in SkinnedMeshRenderer, but is stored in a custom MonoBehaviour, and the GameObject does not contain hierarchical information, AssetStudio can not handle this file.