'ChatOutputProcesser' has been destroyed but you are still trying to access it.’
Posted: Sun Mar 26, 2023 6:15 am
Newb here… challenged by the following error.
‘MissingReferenceException: The object of type 'ChatOutputProcesser' has been destroyed but you are still trying to access it.’
In the scene the dialogue is a player and one NPC.
I am using Dialogue System v2.2.34, LivelyChatBubbles, Unity 2021.3.7f1
Advice on the web is to find what is null, why it is null and fix it, but the error seems to refer to this script LivelyBubblesChatOuputProcessor which is not mine.
The individual scenes (work ok), but when I put them together I get the error, which then stops the dialogue from working.
Also, on investigation (at runtime) I find that cloned ‘ChatBubble_CharacterName’ has 15 Chat Output Processor (script) components attached to it, which I didn’t attach.
A ‘clean’ project using a different previously created dialogue system database (i.e. TestDB_New), still makes reference to the Chat Output Processor (script) components related to a different dialogue system database (i.e. TestDB_Previous).
Any help most appreciated.
‘MissingReferenceException: The object of type 'ChatOutputProcesser' has been destroyed but you are still trying to access it.’
In the scene the dialogue is a player and one NPC.
I am using Dialogue System v2.2.34, LivelyChatBubbles, Unity 2021.3.7f1
Advice on the web is to find what is null, why it is null and fix it, but the error seems to refer to this script LivelyBubblesChatOuputProcessor which is not mine.
The individual scenes (work ok), but when I put them together I get the error, which then stops the dialogue from working.
Also, on investigation (at runtime) I find that cloned ‘ChatBubble_CharacterName’ has 15 Chat Output Processor (script) components attached to it, which I didn’t attach.
A ‘clean’ project using a different previously created dialogue system database (i.e. TestDB_New), still makes reference to the Chat Output Processor (script) components related to a different dialogue system database (i.e. TestDB_Previous).
Any help most appreciated.