- Home /
Noob Question: Can you create a Game Launcher using Unity?
I look at some tutorials and it uses Microsoft Visuals..
So is Game Launcher can be created using Unity Engine?
Comment
Answer by HuskyPanda213 · Oct 23, 2014 at 03:09 PM
Short answer: no. The only launcher unity supplies is the one where you can set input, resolution, and graphics settings. You can create your own launcher using C#, Visual Studio (you can use other IDEs, but VSExpress is easiest), and either WPF or Windows Forms--I'd recommend WPF. Then you can make your launcher GUI (the one made in WPF or Windows Forms) launch your game - you should google how to launch it (with C#), but I think it is process.start().