yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/System/AssetVersion/AssetVersionUtility.cs
@@ -394,11 +394,12 @@
        if (reverse)
            _assetKey = EncodeFileName(_assetKey);
        var path = StringUtility.Concat(ResourcesPath.Instance.ExternalStorePath, _assetKey);
#if !UNITY_WEBGL
        if (!File.Exists(path))
        {
            path = StringUtility.Concat(ResourcesPath.Instance.StreamingAssetPath, _assetKey);
        }
#endif
        return path;
    }
@@ -407,11 +408,12 @@
        if (reverse)
            _assetKey = EncodeFileName(_assetKey);
        var path = StringUtility.Concat(ResourcesPath.Instance.ExternalStorePath, _assetKey);
#if !UNITY_WEBGL
        if (!File.Exists(path))
        {
            path = StringUtility.Concat(ResourcesPath.Instance.StreamingAssetPath, _assetKey);
        }
#endif
        return path;
    }