I have a spine with bounding box, and set weights on it like this.
In unity, I use script to detect mouse click on bounding box.
Problem 1,
Bounding box with weights can not be hit by raycast.
After remove weights setting, it can be hit.
Problem 2,
After remove weights setting, I no longer could set animation in script.
No error, no warning.
Thanks.