#18923·cocos-engine

[Spine] 3.8.7 setSlotTexture会让所有bone的active变为true

Author: Zach111Created Aug 20, 2025Updated Sep 16, 2026
LabelsBugNeeds Triage

Cocos Creator version

3.8.7

System information

win10

Issue description

3.8.6正常,setSlotTexture不会影响任何bone的显隐 3.8.7,setSlotTexture时,bone的active、a都会被重置(x、y不会)

Relevant error log output

No response

Steps to reproduce

typescript
let bone = skeleton.findSlot(slotName).bone
bone.active = false
skeleton.setSlotTexture(slotName, texture, true)
console.log(bone.active)     //true

setSlotTexture影响到了所有bone的active

### Minimal reproduction project

_No response_