Problem with Material/Reflection in WebGL
Hi, I'm currently working on a WebGL project. Everything is working fine except for the materials/reflections. There's a huge difference between the quality and look in the editor view and the exported...
View ArticleHow to get the game data to the Web (webgl or webplayer)
I do not speak English so well received with the help of the translator Under he wrote as the original Korean(Hangul). **English(only translator)** Create a shooter that operates on the Web. Users must...
View ArticleI am having some Emscripten compiling errors, could somebody help me with this
I am trying to compile my game to WebGL and I'm getting some crazy errors Here is the errors, could anyone assist me with this?: Error building Player: Win32Exception: ApplicationName='"C:\Program...
View ArticleWindows 7 touch not working correctly in WebGL!
I'm creating a touch controlled application on Windows 7. I've met a simple problem, which probably does not have a simple solution... When I build the application as a standalone exe, the touch input...
View Articlesprite animation change position webgl issue
hi all, I'm pretty new to the unity 5 and specially to the webGL. I'm developing an arcade game in unity5.1.1f1. i have different animation for every move of the player (press down - player ducks....
View ArticleEmbed webGL in webpage with transparent background
I'm looking to embed a simple Unity webGL object on my site homepage. I'd like to do it exactly like they've done on www.sketchfab.com. Ie the background (loading screen and scene view) is transparent...
View ArticleDouble Click problem in html5
I have a simple c# script that detects clicks, double clicks, and long presses. Everything works fine in Unity. BUT When I output to HTML5, double clicking makes things go crazy. I have an example:...
View ArticleHow can encode an image with Unity to be displayed in the website using...
I would to send images from Unity-webgl to Javascript to show them in the site without saving the images on the server. My idea is encoding images and then send them to Javascript, whichowould show...
View ArticleGetting an "Uncaught SyntaxError" while trying to run WebGL game
Hi I just updated my game and noticed that the WebGL version broke in some way and I am not sure how I can fix this. I get this error in a **Chrome** popup: "An error occurred running the Unity content...
View ArticleOpenshift and WebGL Multiplayer
Hello dear community, I am a casual programmer and I'm concerned about whether my multiplayer WebGL projects will be able to function on OpenShift servers, and how. In this project, I want clients to...
View ArticleUsing websockets through the simple websockets for webgl asset, can connect...
Hey all, Just having a problem on my mac trying to send strings over web sockets using this https://www.assetstore.unity3d.com/en/#!/content/38367 I can connect but there is no sign of strings in my...
View ArticleHow to set WebGL build settings from code?
Hi there! I was just building a lot of manual WebGL builds and want to make an auto builder for windows. My problem is, I cannot set remotely set (from commandline or scripts) the size of memory, data...
View ArticleFacebook Canvas and WebGL problem
I have a problem with facebook canvas and web gl... If i go directly to the address of the game hosted in my google drive herE:...
View ArticleUnity 5.2.2 webgl bundle loading failing
Hello there, My problem is simple : bundle loading through the WWW class return "unknown error." on a webgl export using UnityEngine; using System.Collections; public class LoadingWww : MonoBehaviour {...
View ArticleGame pauses when user changes browser tab (even with RunInBackground)
Hi!, I'm developing a simple **webgl** game, where the user has to click some buttons in a given time in order to get to the next level, but I've found a problem with the game **pausing** if it loses...
View ArticleUnity HTML5(WebGL) exported project not working on mobile/tablet
Hello, I have developed a few sample projects in Unity and was testing various platforms. I have exported the projects to HTML5 and was trying to access them from various devices. They work perfectly...
View Articlejslib from WebSocket doesn't receive data
I'm trying to use the [websocket package][1] unity provides from the asset store to connect to my server from WebGL, but for some reason I cannot receive messages; only send them when testing in the...
View ArticleFacebook Support on WebGl Games (not Canvas)
Hello, So I am creating a web game and I want to Integrate Facebook in that but the thing is I am not going to upload that on Facebook Canvas. So My problem is my game will be running on some website...
View ArticleWebGLMovieTexture issue with MAC Firefox
Hi When I load a movie from streaming assets and play it, it seems to be reflected or casting a shadow over the scene. It's like the main texture is being added to the textures of other materials in...
View ArticleRecord and Share Game Play Video in WebGL
I want to record video of game play and share it on selected social medial. For Android and iOS platform I have these list of plugins available : [**Top 10 Unity Video Plugins**][1] But for WebGL I...
View Article