@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/loader.mjs 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
  import * as EFFECTS from '@galacean/effects';
@@ -2098,7 +2098,7 @@ var CameraGestureHandlerImp = /*#__PURE__*/ function() {
2098
2098
  registerPlugin("model", ModelPlugin, VFXItem);
2099
2099
  /**
2100
2100
  * 插件版本号
2101
- */ var version = "2.2.5";
2101
+ */ var version = "2.3.0-alpha.0";
2102
2102
  logger.info("Plugin model version: " + version + ".");
2103
2103
  if (version !== EFFECTS.version) {
2104
2104
  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!");
@@ -9640,7 +9640,7 @@ var JSONConverter = /*#__PURE__*/ function() {
9640
9640
  // @ts-expect-error
9641
9641
  oldScene.bins = binFiles;
9642
9642
  newScene = _extends({}, oldScene, {
9643
- version: "3.0",
9643
+ version: spec.JSONSceneVersion["3_0"],
9644
9644
  playerVersion: {
9645
9645
  web: "3.0",
9646
9646
  native: "3.0"
@@ -11441,7 +11441,7 @@ var LoaderImpl = /*#__PURE__*/ function() {
11441
11441
  });
11442
11442
  this.composition.items = itemIds;
11443
11443
  var jsonScene = {
11444
- version: "3.0",
11444
+ version: spec.JSONSceneVersion["3_0"],
11445
11445
  playerVersion: {
11446
11446
  web: "2.0",
11447
11447
  native: "2.0"