Hello, Guys,
I was following the Runner tutorial but, when testing, the character was dying without even touching the spikes.
I checked that the collision box was not moving together with the spinemodel.
The project downloaded from GitHub - defold/sample-runner: Infinite runner sample project shows the same behavior.
The issue is shown in the video below.
Am I doing something wrong? How to fix it?
Thanks
Nope. You’re not doing anything wrong. There is a vertical translation of the spine parts in the spine animation itself which is causing the collision shape and parts to not line up during the jump. We will fix it and update the sample. We will post back here when the new version is available.