How to rip images from Unity AssetBundle - Printable Version +- The VG Resource (https://www.vg-resource.com) +-- Forum: The Resources (https://www.vg-resource.com/forum-109.html) +--- Forum: General Ripping (https://www.vg-resource.com/forum-145.html) +--- Thread: How to rip images from Unity AssetBundle (/thread-37367.html) |
How to rip images from Unity AssetBundle - Jinga - 06-19-2020 The thing is that this kind of AssetBundle seems to be encrypted or something like that and I can't find a way to decrypt it. The game is Captain Tsubasa Dream Team, thought it would be easy since it uses Unity but the AssetBundle thing is driving me crazy. This is the type of file I am dealing with: https://mega.nz/file/SoUhTCJS#2-nEdTRcHaoVf-GCATRHe-RlMFE8jATLUQ_5Cr6GxgA RE: How to rip images from Unity AssetBundle - mojo1979 - 10-26-2020 Any luck with it? I only managed to ripped some of the images of the apk using AssetStudio. RE: How to rip images from Unity AssetBundle - DogToon64 - 10-27-2020 Try using AssetStudio, I like it better than UABU. And you can see a preview of what you're wanting to rip in AssetStudio, and rip multiple things at a time. RE: How to rip images from Unity AssetBundle - mojo1979 - 10-29-2020 Seems like a dead end. RE: How to rip images from Unity AssetBundle - DogToon64 - 10-30-2020 What type of file are you trying to extract? Sprite? Texture2D? Mesh? RE: How to rip images from Unity AssetBundle - Jinga - 01-17-2021 (10-30-2020, 07:41 AM)DogToon64 Wrote: What type of file are you trying to extract? Sprite? Texture2D? Mesh? Trying to get some Texture2D, seems the data is encrypted so it's a dead end |