exception thrown: RuntimeError: index out of bounds
we have developed a game using unity and it works fine in android and IOS platform . However when we build for WebGl platform this issue pops up . the game load successfully and begin to work but when...
View ArticleWebgl black screen?
So I'm getting a black screen, game loads fine, when i get to my 3rd scene its a black screen and glitchy sound, works fine in eaditor.
View ArticleResetInputAxes() not working in WebGL
So part of my control scheme is to call Input.ResetInputAxes() after the release of a certain button so that the value will instantly go to zero instead of going back to 0 from 1 or -1 via the .005f...
View ArticleWebgl build does not play video but editor does
I am using videoplayer to play my video, it works in editor but never works when i build it, what do i do?
View ArticleError building Unity project in WebGL
My team and I have developed a game in Unity and the desktop version works fine on all of our computers. It's required of us to export it using WebGL and upload it to a web server. When we try building...
View ArticleWebGL build issue in webview on mobile
I am using UniWebview asset to create a web-view in Android mobile and load the WebGL build in that web-view. The build loads and works fine but before loading puts a alert saying "WebGL is not...
View ArticleSystem.IO - DirectoryInfo not working in WebGL
Hi, I have files under sub-folders StreamingAssets folder in WebGL build, the directory and files are detecting and working fine in Editor (WebGL) when we took build and run - the files are not get...
View ArticleWebGL_IPhone_Slow
Hello Team, I have a question regarding unity webGl for IOS. I made build with Web assembly(WASM) linker method it still does not working on iPhone's browsers but working fine on Android's browsers. It...
View ArticleProblem with WebGL building Unity 2018.3.0f2
Hello there, I am trying to build with WebGL but although it loads a lot like it should when it finishes the build folder is completely empty. I have this warning: *...
View ArticleScreen Recording in WebGL
I'm currently making a WebGL Game, and I want alpha Testers to be able to just record the gameplay (and not everything else, if possible) and make the game automatically save the video in the alpha...
View ArticleWebGL CORS error when trying to get text from a URL. Even when CORS is set?
I'm trying to load high scores for my game from this URL: https://dirtylime.com/games/highscores/display.php?game=space_runner Since uploading the WebGL build to a seperate domain it's failing to get...
View ArticleWebGL:INVALID_ENUM:getParameter:invalid parameter name,...
Hi, I received this error on load game in IOS safari.
View Article[WebGL] .data.unityweb is not cached in Desktop Safari
Delivering the compressed version of our **WebGL build** (within Facebook Canvas) to **Safari** ,**Chrome** and **Firefox** with Data Caching checked, that really works in **Chrome** and **Mozilla...
View ArticleHow to I connect my webgl game to my firebase DB? (Web Application)
I'm creating an educational website which will have include games. I've made my games with unity and my website front end is built with react with a firebase backend. How can I get data out from my...
View ArticleFail to install webgl,Fail to Install WebGL
Environment - Unity version : 2018.2.18f1 - OS : High Sierra (version 10.13.6) When I tried to install webgl, it failed. Does anyone know how to solve it? My Install step 1. Download WebGL module ![no...
View ArticleProblem with Web GL Build
Hello, I made a scene that works great in the editor, but there is something odd happening in Web GL. I have a line renderer that I redraw every fixedupdate(). The line renderer changes in vertice...
View ArticleHow do I enable CORS in my webgl game?
I'm making my first game (brick breaker) and i decided to add a leader board system into my game using something called dreamlo which is a website that allows you to upload and download data for a...
View ArticleSend a form to a HTTP server in rails
Hi, i'm trying to use UnityWebRequest to send a form to a Ruby on Rails server, but the error, HTTP/1.1 404 Not Found, keep comming. My code is here: public void Update_GI_Score() {...
View ArticleWebGL Build Folder is Empty
Hello, When I try to build my project for webgl, the target folder is empty. I got both error: >Exception: C:\Program Files\Unity\Hub\Editor\2018.3.1f1\Editor\Data\il2cpp\build/UnityLinker.exe did...
View ArticleOpen url on same tab WEBGL Unity
I'm generating my game for web, when I click on a button I want it to point to another url, but on the same tab, I'm using the -> Application.ExternalCall ("window.open (\" http: //www.unity3d....
View Article