spine_test.zip (1.3 KB)
已解決
修改 spine-core.js 中 RegionAttachment.prototype.copy 方法
// 修改前
var copy = new RegionAttachment(name);
// 修改后
var copy = new RegionAttachment(this.name);
已解決
修改 spine-core.js 中 RegionAttachment.prototype.copy 方法
// 修改前
var copy = new RegionAttachment(name);
// 修改后
var copy = new RegionAttachment(this.name);