gritsenko / c3_spine_plugin

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

3DCamera is not supported #92

Closed ooonush closed 4 months ago

ooonush commented 1 year ago

If you use a 3D layer and a 3D camera that tracks the character, the animation does not work correctly (does not bounce). This happens because the 2D camera stands still and looks at the top left of the layout (Viewport). Since the 3D camera follows the character, the 2D camera stays in place. And when the character leaves the viewport area, the animations start to work incorrectly (this is probably due to optimization).

MikalDev commented 1 year ago

Thanks for reporting, will check this out. Meanwhile, if you a a simple example test project that shows this issue, it will definitely help with debug. I use sendgb.com to share files or you can attach here too.

tatosgames commented 8 months ago

it happens to me with some cases but with a basic 3d shape on it it doesn't happens image image Maybe something with blending alpha?

MikalDev commented 8 months ago

If you can provide an example with the issue and some quick instructions how to show the issue, it will enable me to debug.

MikalDev commented 4 months ago

No sample provided, so closing. Please feel free to repopen if an example is available.