void OnEnable() { _bundleServer = BundleServer.Instance; _bundleServer.CurrItemCountUpdated += CurrItemCountUpdated; _bundleServer.TotalCountUpdate += ItemCountUpdated; BuildSettings.UpdateFromSettings(); }
void OnProjectChange() { BuildSettings.UpdateFromSettings(); }
void OnFocus() { BuildSettings.UpdateFromSettings(); }