error on WebGl build
Hi, I get the following error when I try to build my unity project. Any advice greatly appreciated. Thank you. (I turned off antivirus and ran unity as administrator) Exception: C:\Program...
View ArticleProblem exporting solution to WebGL
Good morning, I'm using Unity 5.3.3f1 Personal and into my code I have to use the Unity Ping class ( http://docs.unity3d.com/ScriptReference/Ping.html ). The building and execution in internal Unity...
View ArticleCannot load native dll in WebGL build
Hello, I'm trying to use NAudio to get a mp3 (using WWW) into an Audioclip. The thing is NAudio uses Msacm32.dll which I tried adding to the project, but the webgl build still cannot find it. The...
View ArticleWebGL tring AssetBundle Demo Project remotely
![alt text][1]https://dl.dropboxusercontent.com/u/58794925/AssetBundle/Apple%20Store%2002/index.html check by inspect element its giving error after AssetBundle is Loaded and trying to fetch Asset from...
View ArticleWebGL: Syntax error for unrecognized expression from UnityLoader.js when...
I have a handful of WebGL projects hosted on a GoDaddy Windows (Plesk) server. Each one throws a JavaScript error when I click on a link within the page, but outside of the canvas element. For example,...
View ArticleUnity 5.3.4f1 WebGL builds no longer works on Mac OSX... anyone have any ideas?
I delayed updating from earlier build of Unity 5 because I was working on a painstaking WebGL conversion from Web Player while writing new features for a medical simulator. All of a sudden my WebGL...
View Articlewebgl low fps on empty scene in chrome
[link text][1] [1]: /storage/temp/68414-new-unity-project.zip i have only about 40 fps in chrome for empty scene. fullscreen is about 15 fps. i5-2500k, gtx-460 se
View ArticleWeb GL Bulding Error
Hey,Im getting this error when building to web GL can anybody tell me solution please thanks **UnusedBytecodeStripper2.exe did not run properly!**
View ArticleHow to make a high score file for webGL?
hello, i have made a simple mini-game with a high score system in it. i have built it for web gl and put it up on my website but it doesn't seem to save the high score file to the server. could you...
View ArticleWebGL and Audio Support!
Hi! I have been looking for information regarding WebGL and Audio Support. Unity official manual just gives you the basics and doesn't go too much into it, so i am looking for a more complete answer. i...
View ArticleWebGL - Streaming of 'ogg' on this platform is not supported
I've got an .ogg file up on the server that I'd like to download and play at runtime. I've got some code that works in the editor, but doesn't work in a WebGL deploy. In the WebGL deploy, I get the...
View ArticleHow would you deal with this situation? [WebGL]
Suppose you have a House Walking Simulator with relatively high-poly assets and a high graphic fidelity **but** Baked shadows! (High quality on WebGL standard) Now i ask you to make every Object in the...
View ArticleDeling with Loading Scenes [WebGL]
Suppose you have a House Walking Simulator with relatively high-poly assets and a high graphic fidelity but Baked shadows! (High quality on WebGL standard) Now i ask you to make every Object in the...
View ArticleHow to embed WebGL game on a website?
Hello everyone, I recently updated my Unity to 5.3 and am looking to embed my first game onto my website using WebGL. I have never done this before and don't really know where to begin. In my research...
View ArticleSecure scene with password in WebGL build
Hi all, I was wondering if it's secure to have a separate scene in Unity, saved with a password. I mean if it's programmed in a secure and proper way, can't users force to open Unity scenes in another...
View ArticleWebGL Shader compile issues
I just updated my project and am getting some errors when I run it on chrome that, while not causing any direct issue, are annoying me. I would very much like to know why they are happening and how to...
View ArticleWebGL doesn't work when using UnityEngine.Advertisements
Whenever I try to build to WebGL, I receive the following error: Assets/Scripts/SettingsButtons.cs(98,17): error CS0246: The type or namespace name `ShowOptions' could not be found. Are you missing a...
View ArticleTextMesh in WebGL
I am meeting an issue when using TextMesh and displaying it on a WebGL build. I got a NullReferenceException and the error message below: Can't add component because '' is not derived from Component....
View ArticleHow to install webgl?
When I click on the "Open Download Page" under "Build Settings" for WebGL, I get the "Not Found" page. Is there another way of installing this module?
View ArticleWebGL adjust screen size by user's screen resolution
Hello there! Is there anyway in WebGL to adjust the build's screen size based on the user's monitor screen resolution?? Should I use multiple builds? And if so how can i make the index.html auto select...
View Article