• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.

Solved Way to divide an assetbundle to multiple small assetbundles?

Xacreux

Well-known member
Featured Contributor
Joined
Apr 17, 2023
Messages
99
Reactions
2,284
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