I am making a 2D game in which player move upward. Player can resume when game over but I want that whatever will be the position at the time of game over, I calculate screen height of that moment and set Player to active slightly above bottom center position.
How can I get exact slightly above bottom center position? (for Game Object not UI)
Any one knows about it kindly guide me.