DaemonBeast / Mitochondria

Among Us mod API
GNU General Public License v3.0
3 stars 1 forks source link

Fix error when loading the same asset bundle from multiple providers #13

Closed AmongUsafk closed 2 months ago

AmongUsafk commented 3 months ago

Related to #7

Implements a shared caching system for AssetBundle instances in EmbeddedAssetBundleProvider to prevent errors when loading the same asset bundle from multiple instances.

AmongUsafk commented 3 months ago

@DaemonBeast

DaemonBeast commented 2 months ago

Thank you for your contribution, but there are a few problems with your code and I already have a fix for this issue that I will push soon.