This is problem is specific to the WebGL version. Canvas version is OK. Setting the x and y coordinates of the Spine Object doesn't move it. Setting the group container's doesn't work either.
groupContainer.x = 500 <-- Doesn't work
groupContainer.spineObj.x = 500 <-- Doesn't work
This is problem is specific to the WebGL version. Canvas version is OK. Setting the x and y coordinates of the Spine Object doesn't move it. Setting the group container's doesn't work either.
groupContainer.x = 500 <-- Doesn't work groupContainer.spineObj.x = 500 <-- Doesn't work