Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
LoadEmbeddedBundle
Updated 11 months agoLoadEmbeddedBundle
Loads an embedded .bundle file (Unity AssetBundle) from your assembly.
var bundle = BundleUtils.LoadEmbeddedBundle(Assembly.GetExecutingAssembly(), "MyNamespace.shopbundle");
var prefab = bundle?.LoadAsset<GameObject>("Assets/REPO/Game/Resources/level/shop/modules/Module - Shop - DE - Example Room.prefab");