Plugin Spine version Trial (MZ)
A downloadable tool
Download NowName your own price
Status | Released |
Category | Tool |
Author | MardSilver |
Tags | plugin, RPG Maker, RPG Maker MZ, spine2d, tool |
Download
Download NowName your own price
Click download now to get access to the following files:
MardSilver_Spine_MZ - Trial.rar 92 MB
Comments
Log in with itch.io to leave a comment.
I found a bug. When using JsonEx.stringify() or JsonEx.makeDeepCopy() on any object with _spineAnimation then it gives this error > uncaught typeError: cannot read property 'name' of undefined. I tested with new project as well and go to console and type in JsonEx.stringify($gamePlayer) then it gives this error. What i'm trying to do is stringify a char for later to be parsed by Json but I cant seem stringify anything with ._spineAnimation attached to any char with spine. Any thoughts on a work around?