Hello,
I’m new in Unity and i made a simple app.How can i set it so if my friends instal it,the program will go to the program data and make a desctop shortcut?(I don’t mind if it has an instaler)
Thx you,
nikoskon
You’ll have to make an installer. Unity by default just outputs an .exe file that you run and a data folder. There’s no built-in installer creator in Unity.
You can google around for how to make an installer. The easiest way is probably to make an .msi through Visual Studio, or to download some freeware installer creator.
Googling for “msi installer” shows some freeware options, though I’ve never used any and can’t vouch for them.