@galacean/effects-plugin-model 2.0.0-alpha.25 → 2.0.0-alpha.26

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/alipay.js CHANGED
@@ -13780,7 +13780,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13780
13780
 
13781
13781
  EFFECTS.registerPlugin("tree", ModelTreePlugin, EFFECTS.VFXItem, true);
13782
13782
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
13783
- var version = "2.0.0-alpha.25";
13783
+ var version = "2.0.0-alpha.26";
13784
13784
  EFFECTS.logger.info("Plugin model version: " + version + ".");
13785
13785
  if (version !== EFFECTS__namespace.version) {
13786
13786
  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!");
package/dist/alipay.mjs CHANGED
@@ -13757,7 +13757,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13757
13757
 
13758
13758
  registerPlugin("tree", ModelTreePlugin, VFXItem, true);
13759
13759
  registerPlugin("model", ModelPlugin, VFXItem);
13760
- var version = "2.0.0-alpha.25";
13760
+ var version = "2.0.0-alpha.26";
13761
13761
  logger.info("Plugin model version: " + version + ".");
13762
13762
  if (version !== EFFECTS.version) {
13763
13763
  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!");
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.0.0-alpha.25
6
+ * Version: v2.0.0-alpha.26
7
7
  */
8
8
 
9
9
  'use strict';
@@ -13788,7 +13788,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13788
13788
 
13789
13789
  EFFECTS.registerPlugin("tree", ModelTreePlugin, EFFECTS.VFXItem, true);
13790
13790
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
13791
- var version = "2.0.0-alpha.25";
13791
+ var version = "2.0.0-alpha.26";
13792
13792
  EFFECTS.logger.info("Plugin model version: " + version + ".");
13793
13793
  if (version !== EFFECTS__namespace.version) {
13794
13794
  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!");