In unity web player, how i can connect to mysql server by php?
i want to connect to mysql server. and it works when i build my project as pc, mac & linux standalone mode. however it does not work in web palyer mode. it dose not send any data to mysql server....
View ArticleGame works in editor; not builds; "GameObject has undefined tag"
I have been working on a chess game on Unity 5. It works correctly when testing, but after I build to web or exe, and run the game, every time I click a piece, the console spits out "UnityException:...
View ArticleIs there google Play Plugin for web player ?
Hi all,I've been using the Google Play Games plugin for unity for a while from here. "https://github.com/playgameservices/play-games-plugin-for-unity" So my question is,Has anyone successfully...
View ArticleCanvas UI system not working in webplayer as of July 3rd
Hey guys, I'm having a pretty serious issue. I can't get the webplayer to render a canvas no matter what I do as of July 3rd. I thought it may have been a Unity issue, something with the project,...
View Articleweb player not working
I have never been able to get the web player to work. I have tried it on FF,IE and Chrome with the same results every time. Basically it wont load the player and pops up an error. ![alt text][1] I am...
View ArticleUnity web-player doesn't load any more on OS X.
Hi there; I'm on OS X (Mountain Lion) and for a long while I've used the Unity Web Player for many games on the web out there written in Unity. Suddenly from one moment to another none of the Unity...
View ArticleUnity Hangs on WebPlayer Build at Postprocessing Compressed web stream?
7+ hours into my build (I left it overnight) Unity gets stuck during the "postprocessing compressed web stream" phase. All other builds work fine. I have a lot of hi res textures and I read that Web...
View ArticleWebplayer subset Mutex
When using Web Player, exactly on the code new Mutex(false); I get an exception > MethodAccessException: Attempt to access a private/protected method failed. However, according to...
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 Articlecan't put webplayer game in my website?
hello everybody. Believe me i have tried, i have red the manual. but it instantly flies over my head. also i have searched the forums and unity answers to no avail. firstly i must say i have 0...
View ArticleUnity Web Player and Java?
I have a customer that has an old version of Java (it is Java 6 and they can't update it). When they try to launch my Unity Web Player content they are prompted by IE 10 with this message: Java(TM) was...
View ArticleHow can I get the latest UnityWebPlayerFull.exe
http://webplayer.unity3d.com/download_webplayer-3.x/UnityWebPlayerFull.exe and I get the webplayer offline installer of 5.0.3. How can I get the webplayer offline installer of 5.1.2?
View ArticleHow to run unity web game without swf file?
I just build my game and tried to run the html file created by unity. All the three major browsers were not able to run it. I got error from these three browsers. Is unity not for building games for...
View ArticleUnity Web Player for Win 10?
Windows 10 just came out, and while the web player obviously doesn't work with their browser Edge (I found this thread about it here:...
View ArticleWeb Player Export Problem
Hello, I am trying to export my project as web player format, it contains code for reading Excel files, Hence it has System.Data.dll and System.EnterpriseService.dll. I am trying to export it as web...
View ArticleHow to get Profiler window into my project?
I am working on a multiplayer betting game which gets slower while connecting top the server and debugging the code so how to overcome that and how to get profiler window into my game project?
View ArticleFacebook Canvas strange behaviors
I was charged with making a promotional game for a website on Android, standard web and the FB canvas. The Android and standard Web exports run (more or less) flawlessly, but I'm getting strange...
View ArticleUnity web player slow response to first interaction
Hi everybody, I'm loading a small prototype to the web browser which just consists of unity UI buttons and menus. It loads quickly and works well until you press the first button. Then it takes a long...
View ArticleUnity Webplayer StreamingAssetsPath = Raw?
I'm trying to stream a video in the Unity web player. I'm using the following code to fetch it: string path = Application.streamingAssetsPath + "/" + video; if (!path.Contains("://")) path = "file://"...
View ArticleHow to test Unity App with FaceBook SDK
Hello, I wrote a unity app that uses facebook SDK. It works fine in the Unity Editor, now I want to test it in webPlayer in the browser. I tried using parse to deploy the app on their website, but the...
View Article