1
Ask a Question / Re: Collision bug (Stuck with tutorial kit)
« on: February 20, 2015, 06:55:13 am »What behaviour do you have for the bullet? Is it killing itself? Make the enemy kill the bullet rather than the bullet killing itself.
Thanks a lot for the hint!
Seems like the bullet is killing itself earlier than the collision is processed for the enemy actor.
Fixed it by adding a tiny time-delay (0.01) befor killing/recycling the bullet actor.