So i wanna make a game that’s not that hard to get into and you don’t have to open up files and the only thing you have to do is click it will run and you can start playing. is see multiple games doing it using unity but I don’t know how there doing it anyone know.
You probably just want your game to be copied into the Program Files directory and a link created on the desktop, start menu etc? You can do this with an installer. I can’t recommend any specific one, but Visual Studio comes with an installer project and you can find some more by googling for “windows installer wizard”. Those tools will pack anything you give them (in this case your exe and data folder) and apply certain rules to do what you want, when the user opens the installer.
This one is pretty good. I’ve been using it and it’s easy to setUp and it’s free