Is there a way to hide the Unity logo from the loading status bar in the web player?
Yes, in Unity Pro:
Thanks!
Actually…this code doesn’t work…I’m getting a syntax error. I’m not too good with jscript yet:
var params = {
backgroundcolor: “A0A0A0”,
bordercolor: “000000”,
textcolor: “FFFFFF”,
logoimage: “MyLogo.png”,
progressbarimage: “MyProgressBar.png”,
progressframeimage: “MyProgressFrame.png”
};
unityObject.embedUnity(“unityPlayer”, “WebPlayer.unity3d”, 600, 450, params);