Do you have a Mycustomlogo.png on the server? I have:
var config = {
width: 960,
height: 600,
params: {
backgroundcolor: "A0A0A0",
bordercolor: "000000",
textcolor: "FFFFFF",
logoimage: "gjd2.png"
}
};
var u = new UnityObject2(config);
and it "just works". The logo image is just a random png I had on my machine. I put it next to the unity3d file.
↧