@galacean/effects-plugin-model 2.2.5 → 2.3.0-alpha.0

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/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Description: Galacean Effects player model plugin
4
4
  * Author: Ant Group CO., Ltd.
5
5
  * Contributors: 飂兮
6
- * Version: v2.2.5
6
+ * Version: v2.3.0-alpha.0
7
7
  */
8
8
 
9
9
  'use strict';
@@ -10272,7 +10272,7 @@ var JSONConverter = /*#__PURE__*/ function() {
10272
10272
  // @ts-expect-error
10273
10273
  oldScene.bins = binFiles;
10274
10274
  newScene = _extends({}, oldScene, {
10275
- version: "3.0",
10275
+ version: EFFECTS.spec.JSONSceneVersion["3_0"],
10276
10276
  playerVersion: {
10277
10277
  web: "3.0",
10278
10278
  native: "3.0"
@@ -12073,7 +12073,7 @@ var LoaderImpl = /*#__PURE__*/ function() {
12073
12073
  });
12074
12074
  this.composition.items = itemIds;
12075
12075
  var jsonScene = {
12076
- version: "3.0",
12076
+ version: EFFECTS.spec.JSONSceneVersion["3_0"],
12077
12077
  playerVersion: {
12078
12078
  web: "2.0",
12079
12079
  native: "2.0"
@@ -13295,7 +13295,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13295
13295
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
13296
13296
  /**
13297
13297
  * 插件版本号
13298
- */ var version = "2.2.5";
13298
+ */ var version = "2.3.0-alpha.0";
13299
13299
  EFFECTS.logger.info("Plugin model version: " + version + ".");
13300
13300
  if (version !== EFFECTS__namespace.version) {
13301
13301
  console.error("注意:请统一 Model 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Model plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");