Example #1
0
        public override bool UnloadAsset(string relative, UnityEngine.Object uo)
        {
            string assetPath = RelativePath2AssetPath(relative);
            string abName    = ResHelper.GetABName(assetPath);

            abMgr.UnloadAsset(abName, uo);
            return(true);
        }