Exemplo n.º 1
0
 public AssetManager(IBehaviourHandler behaviourHandler)
 {
     abManager = new AssetBundleManager(behaviourHandler);
 }
Exemplo n.º 2
0
        public AssetBundleManager(IBehaviourHandler behaviourHandler)
        {
            this.asynsHandler = behaviourHandler;

            InitManifest();
        }