I use the dialogue system for my company project, and I try to cancel the conversation but the main problem is, some dialogue load a new scene with onConversationEnd, so if I want to go back to main menu, in some case it will load a new scene, and create huge problem.
If anyone know something, it will help me, thanks :] !
Code: Select all
public void ReturnToMainMenu()
{
DialogueManager.StopAllConversations();
// Rest of the code
}