- Home /
How to restart whole app via script?
Hi guys,
is there any way how to restart whole app from within via script? I don't want to reload any particular scene but reload the whole thing. I would like to do this in Unity Web Player app and standalone Windows app.
Answer by tanoshimi · Oct 29, 2014 at 07:49 PM
No. You can reload the initial scene, but it won't reset any DontDestroyOnLoad objects created in previous scenes (though it's pretty easy to manually destroy these).
Your answer

Follow this Question
Related Questions
Getting a standalone project to run on a webpage? 0 Answers
Building a very small sized app, to less than 5mb 2 Answers
unity3d read data from PostgreSQL 0 Answers
Is it possible to identify if a user is using webplayer or standalone? 1 Answer
Why is PC Standalone build Sooooooo much larger than Web Build? 2 Answers