All I get when I build my game is a file like this:

Which is of course not playable.
Help?
All I get when I build my game is a file like this:

Which is of course not playable.
Help?
When you build a WebPlayer build of your project, you generally get two files: A html file and .unity3d file, both files need to sit along side each other in the same folder.
Double click the html file to launch in build into your default browser.
Thanks,
Chris
You will also need to create a public folder and place your game in it, or else it wont work. I forgot how to create the public folder, but I found a link some where and it created it for me.
No help Chris.