Im trying to create a fairly large asset bundle, because unity needs to load all the objects into memory before creating the asset bundle I get memory crashes.
Is there a way to iteratively add assets to an asset bundle, so only one object gets loaded in memory, adds it to the bundle, then unloads the object and repeats the process for every object until all the objects are added to the asset bundle?
↧