public AssetBundlePathResolver()
 {
     AssetBundlePathResolver.instance = this;
 }
 public AssetBundleManager()
 {
     AssetBundleManager.Instance = this;
     this.pathResolver           = new AssetBundlePathResolver();
 }