Nate Thanks for replying.
What I have tried:
我切换到工程目录,然后使用命令行导出,具体如下:
/Applications/Spine.app/Contents/MacOS/Spine -u  "Spine 4.1.17 Enterprise" -i images -o ./pack -n spineboy-ess -p ./pack.json -j . -e ./export.json
export.json
{
"class": "export-binary",
"extension": ".skel.bytes",
"nonessential": true,
"cleanUp": true,
"packAtlas": {
	"stripWhitespaceX": true,
	"stripWhitespaceY": true,
	"rotation": true,
	"alias": true,
	"ignoreBlankImages": false,
	"alphaThreshold": 3,
	"minWidth": 16,
	"minHeight": 16,
	"maxWidth": 2048,
	"maxHeight": 2048,
	"pot": true,
	"multipleOfFour": false,
	"square": false,
	"outputFormat": "png",
	"jpegQuality": 0.9,
	"premultiplyAlpha": true,
	"bleed": false,
	"scale": [ 0.5 ],
	"scaleSuffix": [ "" ],
	"scaleResampling": [ "bicubic" ],
	"paddingX": 2,
	"paddingY": 2,
	"edgePadding": true,
	"duplicatePadding": false,
	"filterMin": "Linear",
	"filterMag": "Linear",
	"wrapX": "ClampToEdge",
	"wrapY": "ClampToEdge",
	"format": "RGBA8888",
	"atlasExtension": ".atlas.txt",
	"combineSubdirectories": true,
	"flattenPaths": false,
	"useIndexes": false,
	"debug": false,
	"fast": false,
	"limitMemory": true,
	"currentProject": true,
	"packing": "polygons",
	"prettyPrint": false,
	"legacyOutput": false,
	"webp": null,
	"bleedIterations": 2,
	"ignore": false,
	"separator": "_",
	"silent": false
},
"packSource": "attachments",
"packTarget": "perskeleton",
"warnings": true,
"output": "/Users/ruandh/Downloads/spineboy/export",
"input": "/Users/ruandh/Downloads/spineboy/spineboy-ess.spine",
"open": false
}
pack.json
{
"stripWhitespaceX": true,
"stripWhitespaceY": true,
"rotation": true,
"alias": true,
"ignoreBlankImages": false,
"alphaThreshold": 3,
"minWidth": 16,
"minHeight": 16,
"maxWidth": 2048,
"maxHeight": 2048,
"pot": true,
"multipleOfFour": false,
"square": false,
"outputFormat": "png",
"jpegQuality": 0.9,
"premultiplyAlpha": true,
"bleed": false,
"scale": [ 0.5 ],
"scaleSuffix": [ "" ],
"scaleResampling": [ "bicubic" ],
"paddingX": 2,
"paddingY": 2,
"edgePadding": true,
"duplicatePadding": false,
"filterMin": "Linear",
"filterMag": "Linear",
"wrapX": "ClampToEdge",
"wrapY": "ClampToEdge",
"format": "RGBA8888",
"atlasExtension": ".atlas.txt",
"combineSubdirectories": true,
"flattenPaths": false,
"useIndexes": false,
"debug": false,
"fast": false,
"limitMemory": true,
"currentProject": true,
"packing": "polygons",
"prettyPrint": false,
"legacyOutput": false,
"webp": null,
"bleedIterations": 2,
"ignore": false,
"separator": "_",
"silent": false
}
What I expect?
我希望导出的Altas和打包的Altas里面的Attachment带Mesh在Atlas的bounds是一样的,这样在游戏里面就可以正常显示,如果不是则显示会像上面图片一样