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

            BuildSettings.UpdateFromSettings();
        }
Esempio n. 2
0
 void OnProjectChange()
 {
     BuildSettings.UpdateFromSettings();
 }
Esempio n. 3
0
 void OnFocus()
 {
     BuildSettings.UpdateFromSettings();
 }