Hello
I got a error here and im stuck .
This error appear after i implemented singleton.
whem i play a game in scene 1 everything is working perfectly .But on the moment i load scene 2 and hit the brick i got a error >>>MissingReferenceException: The object of type âTextâ has been destroyed but you are still trying to access it.<<<. (I dotn´t using a TextMesh PRO just a siple text )
whem i don´t put a GameStatus on scene 2 everything is working perfectly.
so my quess is error apears whem if/else Destroy(gameObject); start working.
i use prefab GameStatus,
his child canvas
and his child Text
and i noticed i don´t see Text as child in prefab wondering why âŚ
Thx for help