public override string GetHash()
 {
     return(WXUtility.GetMD5FromHierarchyResourceAssetPath(prefabPath));
 }
Exemplo n.º 2
0
        public override string GetHash()
        {
            string assetVersion = WXUtility.GetMD5FromHierarchyResourceAssetPath(gameScene.path);

            return(assetVersion);
        }