Blank screen on WebGL (Lighting)
Anyways, Everything was working fine till I added lighting and shadows to my game, now all the scenes are nothing but the cameras background colour, and the games music. The game works as intended on...
View ArticleHello. Space movement problem.
Hello. Space movement problem. When I make an assembly on a PC, I can scroll with the mouse around its axis, but when I upload it to github or here, just an example https://simmer.io/@rtkn/midsummer...
View ArticleNeed to send Secondary camera render from unity webgl to HTML5 canvas
I am trying to write a code to send data from Unity Webgl to HTML5 canvas. I wasnt to capture the camera renderTexture and send it to the HTML5 where I can show it on a canvas. Note: This camera is...
View Articlerecieving push HTTP request in webGL project
A hosting site opens an Iframe for each user session in which a unity 2020.2 webgl project runs, the game generates a score that needs to be sent back to the hosting site along with the user ID (which...
View ArticleWebGL URP Build not showing game, only blue screen.
Hi, I seem to have a problem with building a WebGL game in the URP engine. When using the Gamma Color space it seems to break the build and only a blue background is displayed. When built as a...
View Article,Hi everyone, I have problem while exporting my game to webgl
Hi, I tried to export my game on webgl but the console log shows me three message error. 1)"Exception: Failed running C:\Unity\Version\2020.2.4f1\Editor\Data\il2cpp/build/BeeSettings/offline/bee.exe...
View ArticleSending live data to multiple WebGL clients from a single host instance
Hello, I'm looking to build a WebGL app that when activated will wait to receive information from a host app. The people would load the WebGL unity project, have a waiting screen, then a video play,...
View ArticleOpen in link in lightbox/colorbox from webgl
Hi, We manage to open a link in a new tab from unity through the use of jslib: var OpenWindowPlugin = { openWindow: function(link) { var url = Pointer_stringify(link); document.onmouseup = function() {...
View ArticleI can't build WebGL project
Pls help, I can't build WebGL project. I use Unity 2020.2.5f1 and I don't know what to do! [11:56:50] DirectoryNotFoundException: Could not find a part of the path...
View ArticlewebGL Build - Animations Not Being Triggered
Greetings, Though my project runs fine within Unity, when I build as WebGL and export to itch.io only the idle animation plays. Everything else works as normal, simply the animations will not trigger....
View ArticleCan't export to webgl
Hello, when I try to export my game to WebGL I get many errors, and when I export to Linux it works fine. Thanks in advance. Error: Exception: Unity.IL2CPP.Building.BuilderFailedException:...
View ArticleHow to stream a image or text in webGL?
is there any example or asset for stream a image or text in webGL? Now i use www class. it can load the text files and image files. but i'm not sure about it has a streaming service.
View ArticleNew input system doesn't work on webgl build for android
Hey guys. I have a game that is built using the new input system. It works perfectly fine in the editor, windows, mac, android, ios, and WebGL in windows. But it doesn't detect UI interactions in WebGL...
View ArticleUncaught RuntimeError: memory access out of bounds (WebGL on Unity Play)
Hi, I am trying to get my Unity LEGO microgame uploaded to play.unity.com. I can build to WebGL and it uploads the game, but when I try to play it in my browser (chrome) it gives the following error:...
View ArticleWebGL build shows black screen
When I launch game in editor or windows build everything is fine. But when I launch game on itch.io it shows just a black screen after game is loaded. Game is running because I can hear sound and music...
View ArticleWindow not defined error in WebGL for multithreaded application
So we're developing an application that uses multi threading. It works well on android. But when building for WebGL it gives the error "window is not defined". Any idea on how to resolve this? I've...
View ArticleWebgl build disables mouse wheel scroll on webpage need help
I am using a webgl build on my website, but if the mouse is inside the game window it isn't possible to scroll down anymore. I am displaying it using an iframe, do I need to have some custom html or...
View ArticleWebGL build doesn't behave the same as x86_64 build
I'm a beginner so I'm very confused about it. I want to simulate a traffic accident. The player can control a car and a person will rush out so the car can hit it. I add an invisible trigger on the...
View ArticleWebGL app stuck at loading screen on Android
As a test, I made an app that just displays some UI text with no code attached to it. I've stripped down all unnessary packages like physics, particles, timeline etc. This WebGL app works on PC, but...
View ArticleNothing rendering in webgl game
I converted my project to webgl and exported it. I tried to play it, but once the game loaded in, it was a just grey without anything, including the UI, rendering in, but audio still was playing, and...
View Article