I am trying to make a 3d flappy bird game in unity and I can not figure out how to restart the game when the bird hits a Colum. I'm doing it in C#.
Thanks
You can restart the game by just load again the game scene
SceneManager.LoadScene("game_scene");
2.1m questions
2.1m answers
60 comments
57.0k users