Hi,
I've seen that as soon as a Bundle
is created, e.g. Bundle(path: path)
, it is immediately added into the Bundle.allBundles
, even if it is not loaded.
Is there a way to create a bundle object, but without adding the bundle to allBundles
? Or is it possible to remove it from the list?
Thanks, Marius