defold / extension-spine

The Defold specific Spine runtime implementation
Other
31 stars 14 forks source link

Spine component is lagging behind the others components in one game object #94

Open Dragosha opened 1 year ago

Dragosha commented 1 year ago

In the slow motion video, you can see how the Spine model lags behind the backing of the card during nonlinear easing. Video is here: https://forum.defold.com/t/official-spine-runtime-extension-beta-testing/70260/84?u=dragosha

britzl commented 1 year ago

Could be related to update prio:

https://github.com/defold/extension-spine/blob/main/defold-spine/src/comp_spine_model.cpp#L1145-L1146