gritsenko / c3_spine_plugin

Spine plugin for construct 3
MIT License
24 stars 8 forks source link

Bug: After exporting lines appear on the sprites used on the spine animation. #13

Closed Bodhran closed 5 years ago

Bodhran commented 5 years ago

After exporting the game the lines appear on the edges of sprites on the spine animation similar thing happens if the premutliply alpha is not checked in preview.

MikalDev commented 5 years ago

Do you have an example project you could share to help debug?

Bodhran commented 5 years ago

While making a test on my main computer it doesn't happen but with my other computer(really old) it does. It has something to do outside of Construct when building the game.

MikalDev commented 5 years ago

There may be a race condition with setting PMA, so it could have different behavior on different platforms. I have another update that may remove the race.

MikalDev commented 5 years ago

Added PR #15 for this.