Character De-Spawning after 5 minutes

Hi!

I’ve followed the tutorial in the link here exactly as is: https://www.youtube.com/watch?v=jqNttRE3nD4&t=214s&ab_channel=Convai

I’m facing an issue with running my experience for over 4-5 minutes. As soon as it touches the 4-5 minute mark, it automatically despawns the BP_FirstPersonCharacter as shown in the screenshots.

I’m using the level blueprint to set a fixed camera position. Once the BP_FirstPersonCharacter despawns, it also unsets my camera position and I lose all control and the ability to interact with the character. The only change I’ve made in the Convai Character blueprint is removing the text widget box.

Any help on this will be appreciated. Thank you!


Hello @Manan_Shastri,

Welcome to the Convai Developer Forum!

Thanks for reaching out, and sorry to hear you’re running into this issue.

This behavior is almost certainly related to your project-specific setup. We don’t have any logic in the Convai plugin that automatically despawns or destroys the character after a certain time. Many users run their experiences for extended periods without encountering this.

Here are a couple of things to check:

  • Make sure to check the Kill Z parameter in your World Settings.
  • Review your Blueprints to see if something might be modifying this value or triggering a destroy logic after a time interval, such as 4–5 minutes.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.