Hi,
I just encountered error in adding a component

scenario :
I have 2 scenes in my game and currently using playing the 1st scene
now, I loaded to the 2nd scene and all of my attached components are all destroyed upon switching to the other scene
then suddenly, I went back to the 1st scene and i got this error
"MissingReferenceException: The object of type 'ConversationController' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object."
but since I reCreated the Object upon loading I shouldn't get that error.