Sorry for this simple question, but I am just not sure how to do this…
When I make my Mac builds I get a single .app file to click on to run the game. When I make PC builds I get the .exe and a separate data folder. How do I combine the data folder and .exe into one file so that the end user doesn’t have to keep track of both? I have played Unity games on PC that were like that, but I don’t know how to do it.
The normal way is to create an installer with something like Inno Setup or NSIS. That will let you install all the files to a proper location under “Program Files”, and then put the shortcut in one or more places as needed - desktop, start menu, etc.
install creator works pretty good. There is a freeware version with a small add only when installing. I think you can get it through the http://www.clickteam.info/unregistered_IC.php people.