@galacean/effects-plugin-model 2.0.0-alpha.19 → 2.0.0-alpha.20

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
@@ -14425,7 +14425,7 @@ function getDefaultUnlitMaterialData() {
14425
14425
 
14426
14426
  EFFECTS.registerPlugin("tree", ModelTreePlugin, EFFECTS.VFXItem, true);
14427
14427
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
14428
- var version = "2.0.0-alpha.19";
14428
+ var version = "2.0.0-alpha.20";
14429
14429
  EFFECTS.logger.info("Plugin model version: " + version + ".");
14430
14430
  if (version !== EFFECTS__namespace.version) {
14431
14431
  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
@@ -14402,7 +14402,7 @@ function getDefaultUnlitMaterialData() {
14402
14402
 
14403
14403
  registerPlugin("tree", ModelTreePlugin, VFXItem, true);
14404
14404
  registerPlugin("model", ModelPlugin, VFXItem);
14405
- var version = "2.0.0-alpha.19";
14405
+ var version = "2.0.0-alpha.20";
14406
14406
  logger.info("Plugin model version: " + version + ".");
14407
14407
  if (version !== EFFECTS.version) {
14408
14408
  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.19
6
+ * Version: v2.0.0-alpha.20
7
7
  */
8
8
 
9
9
  'use strict';
@@ -14433,7 +14433,7 @@ function getDefaultUnlitMaterialData() {
14433
14433
 
14434
14434
  EFFECTS.registerPlugin("tree", ModelTreePlugin, EFFECTS.VFXItem, true);
14435
14435
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
14436
- var version = "2.0.0-alpha.19";
14436
+ var version = "2.0.0-alpha.20";
14437
14437
  EFFECTS.logger.info("Plugin model version: " + version + ".");
14438
14438
  if (version !== EFFECTS__namespace.version) {
14439
14439
  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!");