custom web-player HTML template

Hep.

Is it possible to use a custom HTML template instead of the default one when I build a web player?

/P

EDIT:

figured it out.

There’s a template that can be replaced in the Unity.app package: Contents/Resources/Web Player Sample.html . You can replace it with your own. Use UNITY_WEB_PATH, UNITY_WIDTH UNITY_HEIGHT to get the relevant arguments from Unity.

Yup, and keep in mind that it must have that same name so you can only have one template present at a time. You can combine the template support with publish post-processing to do some very interesting/useful things.