Hi guys,
I would like to prepare custom launcher in Unity to start and download game.
any advice how to prepare launcher for Windows and Mac ?
I would like to sent data from launcher to game.
I will be very grateful for your advice
Hi guys,
I would like to prepare custom launcher in Unity to start and download game.
any advice how to prepare launcher for Windows and Mac ?
I would like to sent data from launcher to game.
I will be very grateful for your advice
you could save data in your own settings/config file to the game folder (from launcher)
@mgear yeah, it is a good idea.
Do you have any advice about how to download and install build via the launcher?
I think about download .exe file on Windows but maybe you have better idea
there’s some free launchers already with advanced update features, like
i think there were couple more, couldn’t find them just now, so i’d look inspiration from those.
of course you could download (whole or zipped) files with your launcher easily too, to get started.
@mgear thank you, I will investigate it for sure!
Use SteamAPI if you are going to use Steam Games in your Library
It would be easy to start the game of steam from your launcher if you use Steam API