public SingleABLoader(string abName)
 {
     m_AssetLoader     = null;
     m_AbName          = abName;
     m_AssetBundlePath = AssetDefine.GetABLoadPath() + "/" + abName;
 }