Upload json to WebGL Unity 2021
Hi to everyone, in my project i need to upload a json file straight from WebGL. I've read some other questions where the anser was by using JavaScript, but is it stil working fine on Unity 2021? Anyone...
View ArticleHow can I download large file(~5GB) from Server(AWS EC2 Instance Ubuntu) on...
I have to download file from Server(AWS EC2 Instance ubuntu) to my local PC on WebGL but I can't., When I searched about this, WebGL cannot get local file/folder path so I cannot use UnityWebRequest's...
View ArticleOperationException : GroupOperation failed because one of its dependencies...
Hello, I am getting the following error while running the project on browser. I am trying to load the assets from server with the help of addressable for WebGL platform. ---------- OperationException :...
View ArticleWebgl External File Uploading
I'm experiencing problems with file uploading in unity webgl. I tried using some tutorials from YouTube for file uploading, but I still haven't been able to find a solution. Would you kindly assist me...
View ArticleNeed help with build AR project in WebGL
Hi everyone, I have a simple scene in the unity AR template. There is a 3D model which with a tap will be placed in the horizontal plane. The problem is that it works well when I build it on a phone....
View ArticleWebGL build Failed! Unity 2021.3.21f
I try to create a build for WebGL and it keeps failing and it pops up the following error message....
View ArticleHow to export forlder assets into .unitypackafe file on webGL?
Hi, I'm about to build web based 2d character generator, The idea is you can customize the character's weapon, armor, and so on, once you done, you can save and or download the character in...
View ArticleHow to build project for WebGL?
I am a beginner trying to build a game. The game is built for windows without any issues but when I try to build it with WebGL It is throwing errors. ![alt text][1] [1]:...
View ArticleWebGL Development build initial memory too small
Hi, I'm trying to made development build, but unity keeps throwing this error: Building Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js failed with output: wasm-ld: error: initial memory...
View ArticleIssue with Brotli compression in a WebGL build,
I'm currently working on a Unity project for WebGL, and have been trying to reduce the load time. This has led me to attempting to compress the project using Brotli. Currently, I'm localhosting it on...
View ArticleTexture2D to byte array on WebGL,Texture2D to byte array on WebGL?
Hello everyone. I'm new to the forum so please correct me here if I do anything wrong while trying to get help. What I'm trying to do is to convert a Texture2D to a byte array and then back to a...
View ArticleWebGL weird grain bug on all of the objects in scene.
![alt text][1]Whenever i upload a webgl build the whole game has some weird grain on it. I have looked around the internet and i could not find anyone else that has been having this issue. When i make...
View ArticleBuild webgl error: listen EADDRINUSE: address already in use :::54998
Previously, it was successful to build webgl using 2019.4.18f1, but this upgrade to 2021.3.16f1 encountered an error: ------------------------------------ [websockify wrapper] [ERROR] events.js:292...
View ArticleWebGL build calling old code after clean build,Unity WebGL "Not allowed to...
Hello, I'm working on a WebGL build of my game, and it keeps stalling with a "Not allowed to load local resource" error. I've made sure the code that had tried to load a local resource was removed, and...
View ArticleHow to access webcam permission in WebGL embed
Hi there. I've built a little sign language review game in Unity WebGL that allow a user to view their webcam output next to the video in order to practice the sign. On localhost and simmer.io, it...
View ArticleWebGL Build Error Missing Files
Hi, I am very new to Unity and trying to build my first project. It works fine when I build to Mac/windows/linux version, but when I try build for WebGL I am getting hundreds of errors basically saying...
View ArticleWebgl and Zip and server
hello guys,i have a question about unity Webgl: I have to use gzip to package without Decompression Fallback, however my server cannot load my project. When it load files .warm.gz and .framework.js.gz...
View ArticleHow to call asynchronous Javascript functions from Unity scripts?
I have been trying to follow Unity's documentation for creating JavaScript files/functions so that I can get access to the web browsers apis to interface with the browsers JavaScript engine....
View ArticleUnity webgl build doesn't work on Google Chrome anymore.,Unity WebGL Build no...
This issue happened after a new build only on Google Chrome and it doesn't seem to happen to everyone that tested this. Tried: 1. Empty Cache 2. Clean cookies 3. Restart pc , browser, router. I will...
View ArticleProhibit changing the resolution of the game WebGl
I have a WebGL game. The browser window can be changed as you like, so the game can be severely deformed. How to make the game always maintain its proportions regardless of the browser resolution
View ArticleHow can I stretch a WebGL game to the entire browser window with a fixed...
I have a game and I need to stretch the WebGL game in height to the entire browser window with a fixed aspect ratio. So, how can I do this? Thanks in advance :)
View ArticleUnable to load addressable from remote storage WEBGL Unity
I am getting an error: "RemoteProviderException : Unable to load asset bundle from :...
View ArticleUnityCache Failed to load 'Build/Game.data.br' from indexedDB cache due to...
I'm building Unity Game with Web3 Components like metamask connect. Things are working fine on locall. But when i hosted it on server i got this error on page load. [UnityCache] Failed to load...
View ArticleWebGL build IL2CPP error with ZstdSharp.dll
Hi, I'm on a project that uses MongoDB. I have all the MongoDB [assemblies][1] and dependencies. One of them is [ZstdSharp][2] wich causes an error from IL2CPP on WebGL build. Here is the log:...
View ArticleWhy does my shader not work in URP WebGL?
I recently bought an asset from the asset store which gives me a cool shader effect the camera. This all works on URP and Built In pipeline in the editor and in a Windows build. The issue is when I...
View ArticleIL2CPP:Module::GetPEKind - "This icall is not supported by il2cpp."
Hi, I'm on a WebGL project that uses MongoDB. I have all the [MongoDB assemblies][1] and dependencies. I can build the project fine & run it but then I get this error: Build.framework.js.br:3...
View ArticleUnity Webgl build sets all values to 0,Webgl build sets all values to 0
I made a project in unity and uploaded a webgl build on itch.io. The game works fine, but all the values in all the scripts (including quality level settings) are set to 0 for some reason. The game...
View ArticleArgumentNullException only occurs when building WebGL
# Environment * Unity 2021.3.21f1 # Error details ## Error message ArgumentNullException: Value cannot be null. Parameter name: inArray at System.Convert.ToBase64String (System.Byte[] inArray)...
View Articlestreaming in unity
hi every body i'm developing an app like https://planner5d.com in unity for webgl' but my problem is webgl take a lot of time for loading and also has low quality in graphic. how can i run unity export...
View ArticleUnityCache Failed to load 'Build/Game.data.br' from indexedDB cache due to...
I'm building Unity Game with Web3 Components like metamask connect. Things are working fine on locall. But when i hosted it on server i got this error on page load.> [UnityCache] Failed to load...
View Article