- Joined
- Feb 23, 2016
- Messages
- 9
- Reaction score
- 3
- First Language
- English
- Primarily Uses
Hi,
I followed Driftwood Gaming's instructions to add my MV animations into RPG Maker by copying the animations folder into the project and also copying and replacing the animations.json file into the project as well. When I attempt to use a RPG Maker MZ animation I am getting the following.
rpg_managers.js:1949 TypeError: Cannot read property 'length' of undefined
at Sprite_Animation.setupDuration (rpg_sprites.js:1235)
at Sprite_Animation.setup (rpg_sprites.js:1217)
at Sprite_Character.Sprite_Base.startAnimation (rpg_sprites.js:61)
at Sprite_Character.setupAnimation (rpg_sprites.js:405)
at Sprite_Character.updateAnimation (rpg_sprites.js:387)
at Sprite_Character.update (rpg_sprites.js:216)
at rpg_core.js:4708
at Array.forEach (<anonymous>)
at ShaderTilemap.Tilemap.update (rpg_core.js:4706)
at rpg_core.js:4068
Any help would be appreciated to fix this.
I followed Driftwood Gaming's instructions to add my MV animations into RPG Maker by copying the animations folder into the project and also copying and replacing the animations.json file into the project as well. When I attempt to use a RPG Maker MZ animation I am getting the following.
rpg_managers.js:1949 TypeError: Cannot read property 'length' of undefined
at Sprite_Animation.setupDuration (rpg_sprites.js:1235)
at Sprite_Animation.setup (rpg_sprites.js:1217)
at Sprite_Character.Sprite_Base.startAnimation (rpg_sprites.js:61)
at Sprite_Character.setupAnimation (rpg_sprites.js:405)
at Sprite_Character.updateAnimation (rpg_sprites.js:387)
at Sprite_Character.update (rpg_sprites.js:216)
at rpg_core.js:4708
at Array.forEach (<anonymous>)
at ShaderTilemap.Tilemap.update (rpg_core.js:4706)
at rpg_core.js:4068
Any help would be appreciated to fix this.


