SeriousCache / UABE

Asset Bundle Extractor
3.64k stars 474 forks source link

Support for unity 2018.3.0f2 #250

Closed thejeffreyallen closed 5 years ago

thejeffreyallen commented 5 years ago

I was just curious if this program was still being updated or not. I am currently modding a new unity game, Skater XL. I can do certain things, but it really doesn't like when I try to export meshcolliders and mesh renderers. Any news would be greatly appreciated. Thanks for all your hard work on this program.

DerPopo commented 5 years ago

I'm still working on it, just need to do some more testing for the next update.

Do you have any Mesh assets (not MeshRenderer) that don't export properly? There is a new field for streamed data (i.e. actual data stored in .resource or .resS files) but I haven't seen a Mesh that uses it so far. In case you have such a Mesh, could you export the raw asset and upload it here?

DerPopo commented 5 years ago

2.2 stable is out now with 2018.3 support. I haven't found anything more on the streamed Meshes, please report back if you have any Mesh assets that UABE can't export properly.

thejeffreyallen commented 5 years ago

Thank you so much for replying and the new release. I'll let you know if there's any issues.