WebGL Content in Microsoft Edge downloads slow from the server in comparison...
Hello Everyone Hope you all are doing well. I have developed a WebGL application & deployed it in the server. The Application loads fast on Firefox & Google Chrome & Safari, but when it...
View ArticleDifferences in Unity WebGL builds 2018.4->2020.3
Where I can find described differences between old(2018.4) webgl builds and new ones(2020.3)? In old version I can find files: Build TemplateData index.html ./Build: UnityLoader.js webgl_test_2018.json...
View ArticleWebGL+Unlit Shadergraph Renders Grey
**Problem:** Shader doesn’t work in browser with a WebGL build. Below image shows expected behaviour and actual behaviour. ![alt text][1] **Shader:** The shader is unlit, and based on my testing seems...
View Articleerror in building the Webgl in the unity lego microgame tutorial
so im trying to learn an at the end of the unity lego microgame tutorial it teaches you how to build and publish the game but i came a![alt text][1]cross a bunch of errors. [1]:...
View ArticleWebgl build wont run with my game,Unity Webgl build of my game doesnt work.
![alt text][1] [1]: /storage/temp/179523-screenshot-9.png For some reason, whenever I run and build my game, this error shows up. I don't know what to do. Please help urgently as this is my first game...
View ArticleWhy do some WebGL builds build slower than others?
I've done 5 test builds so far and 3 go over 10 mintues (!!) While 2 of them was built in less than two mintues. It's the exact same scene with the exact same scripts and settings. I honestly think...
View ArticleUnity Play website broke
In order to complete one of pathways on Unity Learn I need to submit a WebGL project, which I probably have to upload to Unity Play. And when I'm trying to do so, some long message appears for a split...
View ArticleWebGL not building
I having trouble building my game in WebGL. I using Unity 2020.3.5f1. I disabled compression on Player Settings, I also tried Gzip and Brotli. And reinstalled the engine. These are the errors:...
View ArticleGame in browser- but without WebGL
Hi guys, we are having quite an issue as we purchased a game engine for unity that offers very simple drag and drop manipulation for making a computer game simply from video-dialogues. The game is now...
View ArticleWebGL configuration issue
My game keeps displaying this error `HTTP Response Header "Content-Type" configured incorrectly on the server for file Build/My Game.wasm.gz , should be "application/wasm". Startup time performance...
View ArticleUnity webgl build failing - please help
Build completed with a result of 'Failed' in 40 seconds (39640 ms) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors at...
View ArticleWebGL Splash and Crash
I just built a WebGL game and tried to play. It gets through loading and Splash screen and then throws this error to the console: Uncaught DOMException: Blocked a frame with origin...
View ArticleScripts for moving and rotating objects during drag on mouse.
Hello, I would like to create a similar game like the one on this website: https://de.mathigon.org/tangram A screenshot of this website can be found underneath. Now, I want to create a WebGL...
View ArticleWebGL Recognizing Gamepad Triggers
I'm building a WebGL game in 2020.3 that uses a Gamepad. I'm testing on Firefox, Chrome, and Edge (all up to date). The "new" input system doesn't work at all, so that's out. The "old" input system...
View ArticleUse WebXR on web with cardboard
Hello, I want to build a project in Unity that I can view on the web, using a Google Cardboard. I tried implementing the WebXR Exporter (see:...
View ArticleVirtual tour - teleporting not working
I am developing a project in Unity that works like a virtual tour in a building. Basically, it starts with the 3D model with some interectable buttons in it. When the user clicks in these buttons, it...
View ArticleCopy to clipboard is not working in safari.
var parsedText = Pointer_stringify(text); var textArea = document.createElement("textarea"); textArea.style.position = 'fixed'; textArea.style.top = 0; textArea.style.left = 0; textArea.style.width =...
View ArticleHow to open a Webgl unity game from a different html page?
I built a WebGl version of my game, which is working properly once I run it on a local host. However, I want to open the game from a different HTML site, meaning I want to link the game page to a...
View ArticleUpload files to a remote webserver using unity webgl
I am working on a project which needs a feature to upload documents. The user will be playing the game in unity web build, the user has to pick a file from his local drive, and the same file as to get...
View ArticleWebGL loading error _Znwj and -1 in Unity 2020.3.1f1
Hi, I have successfully build the WebGL with compression disabled, when loading in browser by hosting in server or using local host getting errors as abort(-1) and _Znwj, what could be the solution for...
View Article