Ejemplo n.º 1
0
 private string[] GetDependResPath(string path)
 {
     return(_assetBundleFile.GetDirectDependencies(path));
 }
Ejemplo n.º 2
0
        private string[] GetDependResPath(Resource res)
        {
            string resName = _assetBundleFile.GetAssetBundleNameByAssetPath(res.path);

            return(_assetBundleFile.GetDirectDependencies(resName));
        }