Copy/Paste from WebPlayer or save as cookie
So, I have a WebGL game, and I'm trying to add a save feature as requested in the comments. (see it here: [click][1]) I have a decoder and stuff, and it finally gives you one string which is your save...
View ArticlePassing array of strings to native JavaScript plugin on WebGL
I'm working on integrating an API on a WebGL project, and I need to pass an array of strings to a native plugin. Here's a snippet of my native plugin code in **JavaScript**: WebGetValues:...
View Articlestack trace error in webGL unity 2017.4.5f1
I faced issues with WebGL build with Unity Version LTS 2017.4.5f1. WebGL is built but when I run on a browser it will through some stack trace errors. the errors Screenshot Attached. Unity Version: LTS...
View Articleaudio asset bundles won't decompress unity 2017 WebGL
I'm having trouble with asset bundles that i've put together using the Asset bundle browser tool. - bundles only have audio files in, 1-15 audio files in each all the same format. - when i download the...
View ArticleMy Facebook WebGl instant game is stuck at start, whenever i start my game,...
whenever i launch my application , it stuck at 0% Loading screen and cant go beyond.After an hours of search, i have not found any answer about that problem yet. Any help will be appreciated.
View ArticleWEBGL - Load FBX from internet at runtime
Hi guys! Hope you are doing well. I am working on this project and i´m wondering if there is already a way to download and instantiate FBX models from the internet. Well, i know it can be done with...
View ArticleWebGL build not showing new gameObjects
Hi, I have made a webGL build for something that works fine in a standalone build, but the webGL build doesn't show the gameObjects that I instantiate at runtime. When the application starts, I...
View ArticleUnity 2018: WebGL builds silent
In the editor, even with Unity set to WebGL, it still plays sound, and so do the standalones. But as soon as I build it and upload it to itch, it stops working. How would I fix this? Is there a...
View ArticleHow do I fully disable WebGL console logs on my browser?
These are the logs that I want to disable if possible. ![alt text][1] [1]: /storage/temp/122668-screen-shot-2018-08-13-at-44209-pm.png
View ArticleWebGL not running on mobile,I Built my VR game as Web GL and it runs on...
@Meltdown All I could find was your answer about this back from 2011 and so I address you about it. Now I built my scene and exported as WebGL. How can I make it run on mobile devices.? Cos I tried...
View ArticleWebGL: Scroll Camera
I've searched and could not find any answer to my simple question: I want to have the Camera scroll in and out on mousescroll in my WebGL-Build. if (Input.GetAxis("Mouse ScrollWheel") > 0f) //...
View ArticleCommunication between WebGL and .jslib
As mentioned in the doc [here][1] Is there any way to communicate between the .jslib script and the .html of the WebGL build? How do i reference from the script to the .html file? [1]:...
View ArticleAttempting To Create Web Gl and it never exports ,Web
**WEB GL Never exports and gives me this error can anyone help?** FileNotFoundException: Could not find file "C:\Users\brads\Desktop\WebGL Test\Temp\StagingArea\Data\Native\build.bc"....
View ArticleDepth texture not working on WebGL
Hi everyone! The problem is I can't make depth work in WebGL build. Here's how it looks in the editor: ![Editor screenshot][1] And that's how it appears in the browser. ![Browser screenshot][2] Tried...
View ArticleWebGL www Unknown Error
public void Start() { StartCoroutine(LoginIeumerator()); } private IEnumerator LoginIeumerator() { string url = "http://xxxxx.com?username=xx&password=xx"; print(url); using (UnityWebRequest www =...
View ArticleCan unity webgl access local sqlite?
We have Unity project built for iOS and Android, worked fine for a couple of years, now trying to build it for Webgl. Local sqlite is used to store 3D model files, to avoid loading these from server...
View ArticleHow to use Sprite Atlas with Assetbundles in WebGL?
Hello Guys, does someone knows why when I use this Sprite Atlas... ![alt text][1] [1]: https://i.imgur.com/Hdh6SLG.png In my WebGL build and I include it in an assetbundle the sprites don't show up......
View ArticleWebGL on Firefox Linux displays InvalidStateError,WebGL on Linux Firefox...
I have found an issue with 2018.2.4 where running a webgl build on firefox and linux, where the following error message appears: "An error occurred running the Unity content on this page. See your...
View ArticleWebCamTexture on Mobile Browser
I am trying to get the webcam to load via a browser. I got this to work on desktop but is it possible for mobile or is this feature disabled? I only get a black screen.
View Articlewebgl load in iphone very slow , and UGUI item squeezed in center
i bulid webgl , and host in iis server android load the webgl has no problem bug if use iphone to load webgl , need very time , ro stuck at about 90% if i success use iphone load webgl , the UI item...
View Article