Unet can't connect different pc's
Hi! I have a WebGL build of a game with Unity Networking online on my own domain. Since WebGL doesn't support hosting UNet sessions, I host one in my editor, which I connect to from that online build....
View ArticleHow to prevent large font from increasing build size and load time of WebGL...
I'm trying to localize my WebGL game. I need to use a font that covers most/all languages (including Chinese). I cannot use the user's local system fonts, as that is not supported in Unity-WebGL....
View ArticleWebGL builds: decipher jsStackTrace errors with symbol map?
A lot of my players are getting the same error. We collect the JavaScript logs and it shows up as "abort(153) at jsStackTrace" but the since the stack trace is minified, I can't really get any...
View ArticleAudioClips not playing in WebGL when downloaded with AssetBundles
Unity 5.4.1 WebGL audio clips rom AssetBundles seems to be firing: "Error: Cannot create FMOD::Sound instance for resource archive:/CAB-.../CAB-....resource, (Unsupported file or audio format. )"....
View ArticlePlayerPrefs in WebGL not saving or deleting
After a while the game was working fine in WebGL, suddenly the PlayerPrefs got "stuck" in a particular state. I'm writing and deleting, and saving values, and get no errors that i can see in the...
View Articlehow to use sendmessage to call a unity function from html
The official doc says use SendMessage SendMessage ('MyGameObject', 'MyFunction', 'foobar'); But after I built a webgl and add SendMessage to the released index.html, I got "SendMessage is undefined"....
View ArticleCorrection of input position after scaling of WebGL canvas in css
I already saw this issue described on this forum, but unfortunately did not find an answer yet (especially [here][1] question from @Charles-Van-Norman) The final rendering of my WebGL canvas in...
View ArticleWebGL Javascript Error: Uncaught abort(130) at Error
Hey everybody, i made a game and i want to upload it to online website that allows upload your indie game. but i found an error i dont really know whats wrong. i did some research before post a...
View ArticleProblem with delegates inside of a WebGL player?
Hello, I have inherited a project that was originally completed in 2008 that had it's own custom GUI layout system. Amazingly it still kind of works in the most recent version of Unity. It uses a...
View ArticleHow to upload my unity game online? (webGL build)
Hello, i need to upoad an app i made, on the web, i don't need an specific host or something like this, i just need it to be online. I tried following some tutorials(to upload on itch.io, google drive...
View Article5.4 webgl run with error "LoadComplete is not defined"
I build webgl release in unity5.4 with webgl memory size 200 and run by firefox, it gives the error below: An error occured running the Unity content on this page. See your browser's JavaScript console...
View ArticleProblem: Missing Gameobjects in WebGL
So I've been building my project for android and PC and those have been working as intended. I also need to make a version that works through the WebGL but when I run that version some pieces are...
View ArticleString from html to webgl
Hi everyone - This question has been asked in one version or another several times over the past few years, but so far there doesn't appear to be an exact solution. Basically, I am trying to send a...
View ArticleUnable to input Asian characters in input text field (WebGL)
My app is localized into Japanese and Chinese and I'm having problems getting my input fields to allow users to enter these characters in WebGL (works in iOS, going to test other platforms soon). Has...
View ArticleCalling JS WebGL plugins from browser JavaScript
The docs (https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html) describe how to create a native WebGL plugin in JavaScript, and even how to call C# methods from it. However, what...
View ArticleCapture Screenshot not working in WebGL
I tried making a script that uses the main camera to take a screenshot of the object. It works well in unity without any errors but I tried to build it as a WebGL. Sadly, it shows an error that tells...
View ArticleHow to capture screenshot and save in WebGL
After looking through countless questions and tutorials related to Capturing Screenshots. I'm currently stuck on how can my application capture a screenshot from a WebGL unity application. Can someone...
View Article360 panorama in Browser, HTCVive, Oculus Rift
Hi, can you please help me to understand how can I make 360 panorama for Web. I am using SteamVR and Oculus sdk because I want universal app for (Web, HTCVive, Oculus Rift). It works in Unity but after...
View ArticleCannot Export to WebGL because of il2CPP stops working.
I am doing a simple project as a tutorial for Unity (using the latest version for Windows, 5.4.2f1). My project works when exported to Windows, but when I export to WebGL, I receive two errors (shown...
View ArticleHow to make WebGL offline WebApplication?
Hello~~~ I make WebGL Platform Game now. when this app become to disconnect to Network,It will need to use WebGL offline WebApplication System. But i do not know, What is the WebGL offline...
View Article