Example #1
0
        void OnEnable()
        {
            _bundleServer = BundleServer.Instance;
            _bundleServer.CurrItemCountUpdated += CurrItemCountUpdated;
            _bundleServer.TotalCountUpdate     += ItemCountUpdated;

            BuildSettings.UpdateFromSettings();
        }
Example #2
0
 void OnProjectChange()
 {
     BuildSettings.UpdateFromSettings();
 }
Example #3
0
 void OnFocus()
 {
     BuildSettings.UpdateFromSettings();
 }