ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

Unprecise match for class Class 212 (SpriteRenderer) (required: 4.6.6p3, available: 4.5.1f3) #201

Open scgywx opened 7 years ago

scgywx commented 7 years ago

extract assets, got this warning.. but some *.mp3 that's ok. disunity version 0.4

RupW commented 7 years ago

This means that the version of disunity you're using (0.4?) doesn't have types data for Unity 4.6 assets, only 4.5. So it should still work unless the individual asset class structures have changed in 4.6.

If this ever causes a problem you can get Disunity to read the type data from a 4.6 project's assets - usually only the files under Library\Metadata* in a project workspace have this - with disunity learn. That creates a new types.dat in the disunity folder.

Mactastic1-5 commented 7 years ago

As stated above, Disunity does not have the database for 4.6.6p3 Please close!