I use OnTriggerExit2D to spawn gameobject but when i pause the game(set the timeScale to 0f and ChangeScene) the spawned object is show in the scene that i loaded and get error “Some objects were not cleaned up when closing the scene. (Did you spawn new GameObjects from OnDestroy?)” . I am not code any thing in OnDestroy() function