Where I can download a 2.5 webplayer?
Recently our clients are finding that a sim we created years ago no longer works with the more recent webplayers. They get the error "Cannot load - 2.x games are not supported by the current Unity...
View Articlebuilding game dosen't work at all.
so im creating this 3d firstperson parkour game and when i upload to web player some game objects get deleted and when i build using standalone it refuses to open. i am using windows 10 the game was...
View ArticleHow to Make Unity Web Player work offline?
Hello, I am unable to get Unity Web Player working offline. I am on Windows 8.1 and using Firefox 40.0.3. I am building .unity3d files using Unity Personal version 5.1.0f3 The version information from...
View ArticleHow Does Unity WebPlayer Remember Data?
How does Unity Web Player games (say on Kongregate.com) remember where you left off without clicking save? How does it do this? Cheers!
View ArticleHow to save multiple data on Web
so for example i have 3 buttons which they have all the same script in it with variables of level,count,cost. how do i save their data individually using player prefs? so that i have for...
View ArticleWeb Player Not working In Chrome Version 45.0.2454.85 m ?
I tried using the web player in chrome but chrome didn't detect it after installing it. After a bit of googling I found out that there is a way to fix it but it seems that doesn't work in this version...
View ArticleUnity download audio
Hi! I have a project where I need to download and store audio file from a website. I have tried it using .mp3, but as it turned out, it doesn't work on webplayer (the project is developed for android...
View ArticleCompile Webplayer normally, but in Internet Explorer it shows as "Development...
Hi, When I compile a build for webplayer, it shows as "Development Build" on some computers even though I did not check the box "development build" in the Build Settings window. Is there anyone who has...
View Articleexception on Webplayer
Hello, i develop a game which does include python librarys which depend on .net fullset not the subset. Now i try to switch to the webplayer and it looks like i can only select the webplayer subset....
View ArticleCustom background image in Unity WebPlayer Loading Screen
Hi, I read the documentation about WebPlayer customization http://docs.unity3d.com/Manual/CustomizingtheUnityWebPlayerloadingscreen.html I customized logo and some other settings but now I need to...
View ArticleWebPlayer UnityObject2.getUnity().SendMessage() method is missed in IE 11
Dom element OBJECT returned by getUnity() not contains SendMessage. How i can use SendMessage in IE?
View ArticleWeb Player Wont Load IE, Chrome or FireFox
I have been learning unity and having fun doing it. The easiest way for me to do it and show my friends is to use the Web Player and just host it on the myriad of free hosting options. Well that been...
View ArticleWorkaround for Image.FromStream(tmpStream); in Webplayer for gif files
Hi! This works in the Unity Editor, but when I compile it in Webplayer plattform and open it in firefox, I get the Error, that System.Runtime.InteropServices.ComTypes.IStream namespace is not...
View ArticleWebplayer: Catch "Failed to download data file" error
Simple enough: How do i catch the "Failed to download data file" error from the webplayer and direct my users to a support site. Similair to how it shows a link to install the plugin if it isn't...
View Articledownload assets on disk (?) for faster webplayer loading, how?
If you've ever played dead trigger 2 on facebook you'll know exactly what I mean: what they do is, when you play the game for the very first time, after the initial loading bar, you'll get another...
View ArticleUnity 4 and 5 offline web player problem
I am creating an application that needs to be run on computers without internet connection. Platform - Web Player. Of course, during the build, i click on "offline deployment". On the target PC I...
View ArticleWebplayerDatabase
My game won't connect to the database when it's build into the web player. I does work when it's just an .exe. I used WWW to connect to a .php script to find and access my database. - I HAVE the...
View ArticleProcess for converting from Web Player to WebGL
We've hired an external developer to build a Chrome-based web game using Unity. The game no longer works on Chrome due to disabling of the NPAPI plugin framework in Chrome. What would be the process...
View ArticleError: failed to update web player... when will you fix this?
This is getting ridiculous! This keeps happening even though I have un-installed it, deleted all crumbs of it in registry, and deleted folders in AppData this is happening all the time now, and this...
View ArticleWebplayer and Facebook Canvas
Hi, I have a game setup for webplayer and set for Facebook Canvas with a Share button, code as below: public void Share () { if (!FB.IsLoggedIn) { loginForSharing = true; CallFBLogin (); Debug.Log...
View Article