I have an endless runner game set up. Something is destroying my character and I don’t know what it is.
The character’s lifetime is set to 0 and there’s no kill z volume that I put in the level. The rest of the game continues to run and it’s just the character that’s destroyed.
I tried using stack trace but it only shows the functions receiving the destroy event. Is there a way to find out what function called destroy on the actor?