The code here:
http://docs.unity3d.com/Manual/CustomizingtheUnityWebPlayerloadingscreen.html
shows you how to edit the `params` variable. In your auto-generated script, that variable is set on line 22. `Params` is basically a structure defined inside an open and close brace. So, just put a newline at the end of the open brace on line 22, put the close brace onto a new line, and then you have some code which is identical to the code in the documentation. Check out:
http://forum.unity3d.com/threads/web-player-help.235531/
if you need a worked out example.
↧