unityObject.embedUnity(“unityPlayer”, “w3x/shop.w3x”, 800, 450, params);
someone has used this instead of .unity3d
how can it be done ??
unityObject.embedUnity(“unityPlayer”, “w3x/shop.w3x”, 800, 450, params);
someone has used this instead of .unity3d
how can it be done ??
just a renamed file
if I would have to guess then its too stealth what unity is (doubt it as the embed isn’t renamed) or cause they have a special MIME type setup (or are on a IIS host and the host bitches about custom mime type so they use a standard supported binary file type :))
and you can just rename it if you want to do so too
kk thanks