@galacean/engine-core 0.0.0-experimental-2.0-migrate.3 → 0.0.0-experimental-2.0-migrate.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -19983,6 +19983,7 @@ var MultiExecutor = /*#__PURE__*/ function() {
19983
19983
  item.url = !Utils.isAbsoluteUrl(assetBaseURL) && this.baseUrl ? Utils.resolveAbsoluteUrl(this.baseUrl, assetBaseURL) : assetBaseURL;
19984
19984
  var _virtualResourceEntry_path;
19985
19985
  var remoteAssetBaseURL = (_virtualResourceEntry_path = virtualResourceEntry == null ? void 0 : virtualResourceEntry.path) != null ? _virtualResourceEntry_path : item.url;
19986
+ item.resolvedUrl = remoteAssetBaseURL;
19986
19987
  // Check cache
19987
19988
  var cacheObject = this._assetUrlPool[remoteAssetBaseURL];
19988
19989
  if (cacheObject) {