Beispiel #1
0
 static BundleServer()
 {
     if (_instance == null)
     {
         _instance = new BundleServer();
     }
 }
Beispiel #2
0
        void OnEnable()
        {
            _bundleServer = BundleServer.Instance;
            _bundleServer.CurrItemCountUpdated += CurrItemCountUpdated;
            _bundleServer.TotalCountUpdate     += ItemCountUpdated;

            BuildSettings.UpdateFromSettings();
        }