Web Player and Auto Generated Files...

Hello.

I would like to build my project with the web player. Also, I don't want the .html file to be generated every time I create a project. I would like to be able to iterate on the .html file.

I'm guessing there is no way to do this and that you must copy over the files to another page.

Then if i want to run my build, I must copy over the generaged .unity3D file over to my own project and then run it from there. Which has my custom .html file.

stringa

All you would have to do is create / handroll a separate custom HTML document that contains the code to embed the Unity web player and use that to launch your game rather than the one Unity automatically generates.

And why "copy over" anything? Just compile the app in the same directory where you have your custom HTML page.