Can't figure out settings for WWWForm in browser (webplayer)
Hello all! I can't for the life of me figure out what I'm supposed to do to get POST functions to work when I build for webplayer. There have been several different posts from people with the same...
View Articlewebplayer serialize/deserialize error advice plz
Good morning. You are using a version unity3D5.3.3f1 underway webplayer based operations. Files can not be stored in the data processing and webplayer PlayerPrefs the data processing is possible only...
View ArticleUnity Wep Player and Windows 10
I am running Windows 10 pro 64-bit, I have installed Unity Web Player (both 32 and 64) and none of my browsers work with Unity Web Player, I have tried with Firefox, Chrome, Opera, IE and Edge, they...
View ArticleExport WebPlayer in unity 5.3.5
hey, my project is made by unity 5.3.4 and I export it to WebPlayer format, its size is about 40MB. But when I update my unity version to 5.3.5 and export it. Well, it make me shock. It nearly 120MB. I...
View ArticleDraw on Image
hello, i like to draw an image on an image save it and reuse it the next time the program loads or save it as file for the user. It should be a function with a good performance an available with the...
View ArticleWebGL Redirect
Hi, If player's browser don't support WebGL, I want to redirect Web Player version. I think it's possible in UnityLoader.js file but how? function CompatibilityCheck(){hasWebGL?mobile?confirm("Please...
View ArticleVery bad graphics quality and terrible looking shadows in WebGL build
Is it normal that WebGL build of my game looks much worse compared to Web Player build? In WebGL point lights don't work and shadows are much worse. Is there any way to fix it? In my project settings I...
View ArticleAugmented reality on Web player
Hi. I've been trying to make a web app by which a user scans through webcam and can try Jewelry and other other accessories on themselves. Most of the services who provide augmented reality services do...
View ArticleFor with float i returning wrong number.
Hi, I want to make a "For" like this: for (float i = 0; i <= 1; i+=0.1F) { BSMaterial.color = new Color(BSColor.r, BSColor.g, BSColor.b, BSColor.a - i); yield return new WaitForSeconds(0);...
View ArticleCan we still upload Unity projects online or is it fully deprecated?
I have looked up many ways to do it for free but it seems that all of them are outdated. Is there any other way to load them online?
View Articlewebplayer file size suddenly too large after update
I have done an update from 5.3.1 to 5.3.5 and suddenly my webplayer file is exploded. In the old version I have 50MB and now I have 143MB. What happened? Where can i see why it is so big now? I haven't...
View ArticleUnity workspace get black when start the unity or minimize .
![alt text][1]Hello , i just bought the new lenovo z51-70 laptop with this graphic card (AMD R9 m375 (4GB)) but it has so poor performance i dont know if it is really that bad or something is wrong...
View ArticleTravis CI Not building Unity3D Project for Windows (on OS X Server)
My project builds on Travis CI using the following build.sh: #! /bin/sh project="Cygnus" echo "Attempting to build $project for Windows" /Applications/Unity/Unity.app/Contents/MacOS/Unity \ -batchmode...
View ArticleGraphics Disappearing in Exported Web build.
Graphics work fine when a scene is run in the editor but when the same scene is run in the web player all of the objects within the scene disappear after the user moves a small amount. The objects are...
View ArticleCan Unity Games be put on a website that will work on a chrome book
I am currently planning on working on a game that will kinda act like Kahoot, and I want this to be able to be used by any group, like a shool, bussiness. So is there anyway that something I make in...
View ArticleWebplayer project with hidden and exposed code?
Hi, I'm currently working on a project where there is base code and client-specific code. The project is a WebPlayer-based project. I'd like to provide my client with the client-specific code so they...
View ArticleClick button on html page to spawn an object into unity webplayer game
I'm a bit new to webplayer games so the interaction between the game and the html page is foreign to me. I have a webserver with an .obj object stored inside of it and my html page has a button. When I...
View ArticleWebplayer Graphics Bug. Objects disappearing visually on movement.
http://i.imgur.com/J9iIZRT.gifv Moving using wasd or jumping with the spacebar causes every object within the scene to cease to be rendered. The player can look around without causing the error....
View ArticleUnity WebPlayer 5.3.0 64-bit download
Hi All, Is there a page to download a specific version of the unity web player? We are looking for web player 5.3.0 64-bit. The 5.3.0 version of the web player comes with unity 5.3.1 but appears to be...
View ArticleIs it possible to play .fbx files in the Unity Web Player?
Is it possible to play .fbx files in the Unity Web Player? ...if not are there any well known .fbx web players?
View Article