- Home /
Exporting/Sharing a Unity game
hey everyone, im sorry if this question has been asked before, but im wondering how you can share a unity game with your friends, on a website, or just sending the .exe file or something. Thanks a lot!
Does the other person need unity as well to run the game?
No they don't. That would not make sense if you had to download the tools used to make a game in order to play it.
Answer by syclamoth · Mar 27, 2012 at 11:18 PM
Well, it's easy enough to find out if the question has been asked before- the search bar is there for a reason.
To answer your question, yes- it is very easy!
Assuming you know how to make an executable build (look through the menus, it's pretty straightforward), the one thing that might cause you some problems is this:
Windows builds require both the .exe executable AND a resources folder called (nameOfGame)_Data in order to run.
If you don't include that folder, the build will be worse than useless. I usually compress the two files into a single archive for easier uploading, and to make sure that anyone downloading your game gets both parts.
Your answer
Follow this Question
Related Questions
How to upload game for online playing? 1 Answer
Games on My Own Website 1 Answer
link to open website 1 Answer