1

I've completed the Defold tutorial upto Step5 and also the first 7 points of Step6. However, I when I hit space the frog object does not jump. I keep seeing the below messages in the console.

WARNING:DLIB: Failed to send announce message (-22)

Also, if I place the frog object at some height above the ground it does not 'fall' but just runs its animation.

What could be wrong? I don't think that I can copy the entire contents here as there is so much, can anyone share a working source for the tutorial?

Destroid
  • 112
  • 1
  • 7

1 Answers1

1

I needed to add the hero.script component to the hero game object as per this answer on the Defold forum

Destroid
  • 112
  • 1
  • 7