does anyone have the minimal html template that works both on win and mac that i can build upon.
the one unity generates works fine in windows but not on mac, the background is white and it should not be
it should be default color unity camera has like in windows.
anybody have some advice!
I usually just build the web player… open the html in dream weaver or whatever and rip out the unity web player to drop in my own html page. Open the built page and check out the html code… it is real easy to put your game window in any html page… no real minimum template required.
how can i check then what platform client has? and is the player installed?
does your unity content works on both platforms as intended?
thanks for looking into this
It works fine on windows and osx with the generated HTML out of the box. The question is just what the platforms software sees as “standard” etc
If you do an own one you must do all the checking especially the checking for IE and not IE, the pre 2.6 check on windows etc
its all in all much easier to just use the html you get and add in what you need in addition
i was using that one, but as i was pointing out in some other topics, that when i use the one that is generated with unity
i get white background on unity player (not html page) on mac, on windows works fine, so i guessed that it something
related to the generated html file…
it is so white that i can hardly see the buttons and also i have some white lines that cant be seen…so i am looking for the solution
that can work on mac as it is working on windows