• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Solved Way to divide an assetbundle to multiple small assetbundles?

Xacreux

Well-known member
Joined
Apr 17, 2023
Messages
78
Reactions
1,832
I have an assetbundle file which is used for my scene that contains multiple ".unity"s. The problem is that the size of the assetbundle file is too big (near 1Gbytes) so it cannot be included in the single var file. (due to the upload size limit of 500Mb of hub) I want to divide the assetbundle file into multiple assetbundle files which contains only one ".unity".

Is there any good recommendations? or standalone tools to do this? or simple scripts to be used in the unity editor?
I'm not a person of unity editor, so tried some scripts, but all failed.
 
Solution
Is it your own assetbundle initially?

If not, I would forget about it... you're gonna spend days "reverse engineering" the bundle through extraction, and you might not be able to grab all the assets you need.
Is it your own assetbundle initially?

If not, I would forget about it... you're gonna spend days "reverse engineering" the bundle through extraction, and you might not be able to grab all the assets you need.
 
Upvote 0
Solution
Sadly It's not mine. It's too much for me "reverse engineering" the stuff. Thanks for the comment.
 
Upvote 0
Back
Top Bottom