コード例 #1
0
 public override string GetHash()
 {
     return(WXUtility.GetMD5FromHierarchyResourceAssetPath(prefabPath));
 }
コード例 #2
0
        public override string GetHash()
        {
            string assetVersion = WXUtility.GetMD5FromHierarchyResourceAssetPath(gameScene.path);

            return(assetVersion);
        }