Hiho…
Im almost done with my Unity3D project, but I keep failing at the end. How do I make my game playable for others? Ive tried to just build the game and send it to a friend, but he cant open it. Do I need a plugin or so? Then if so, is it possible to like rar it together with the game so I can send it to others? I really need an suggestion how to make thuis work, because I need to burn the game onto a CD and give it to my teacher (schoolproject).
Please help!
Kind regards, Eco
make a standalone build for what ever your friends OS is… if its windows, just build a windows standalone, and copy the exe and the data folder next to it and rar that, if he uses mac osx, build a mac osx universal binary version to be sure and rar the .app bundle it produces
on windows as far as i know standalones work in xp,vista and 7 and in osx on tiger, leopard and snow leopard
also check the documentation
http://unity3d.com/support/documentation/Manual/Publishing%20Builds.html
hope this helps