Weird Lighting Effect on WebGl Export
Hello, I usually can find a solution to things but this one is killing me. When I export to another format the lighting is ok but when I export to WebGL I get a weird style. Check out the example here:...
View ArticleUnity WebGL glitches
I tried to build my game in WebGL and it has a few glitches. First of all, my skybox is either non-existent or very dark, I have tried to switch it from the camera to the game and back but it makes no...
View ArticleRear "Device camera" in WebGL
Hi, I'm trying to access Rear Web Cam through WebCamTexture for WebGL. so far all I have been able to find is how to get a device cam to play on RawImage. But on Mobile Browser I get only one...
View ArticleVideoplayer Component in WebGL with OAuth2 url.
I'm currently working on a WebGL app that does some API calls to a server where all the contents are stored. This API uses OAuth2 authorization tokens to access the contents, so if I call the API to...
View ArticleError after compiling WebGL
After compiling the project under WebGL, I open the project in the browser. After loading the project in the window, everything that is displayed is a black screen. Then, after a while, a window with...
View ArticleCustom properties in WebGL template?
In the Unity webgl template I have custom fields like UNITY_WEBGL_LOADER_URL, is there a way to create custom ones? Like APP_TARGET_ENVIRONMENT_ENDPOINT or something I can change inside of Unity when...
View ArticleWhy perfoms PlayCanvas much better than Unity
I think this is a complex question, but I want to encourage the discussion about the Unity WebGL development and it's weaknesses at the moment. For me a huge problem is the high loading...
View ArticlePass a JSON file on a WebGL project via Javascript to unity
i'm trying to pass a JSON file to a webgl project but isn't working. I Tried using the SendMessage method to send the text of the json file directly but doesn't work because of the size of the file...
View ArticleI have generated a ShaderVarientColleciton, but additional shaders are still...
I have used the tool in the Graphics Settings window to track the shader variants being generated in an area of my game. I save it as a ShaderVarientCollection and then load and warm up this collection...
View ArticleHow do I send message or get acces from Unity webgl build to browsers...
Hi all, How would you send message or call to javascript code on the browser from Unity? I read the documentation, but it seems to be missing the part where you could write code back to browser. -Mikael
View ArticleAdding Custom Headers/Cookies to the UnityWebRequest.Post
Dear developers, I have problems about adding custom headers to my web requests. I would be appreciated if you help me. UnityWebRequest www = UnityWebRequest.Post(Url, form);...
View ArticleVertex-fragment shader pass not working in WebGL build.
Hello! I'm currently working on a shader intended to combine two effects, each accomplished through a distinct pass: - **1st pass:** screen-space effect clipping pixels to form diagonal lines when the...
View ArticleWebGL Build Failure - .unityweb errors
I've been trying to put a WebGL build on itch.io and I've been getting the following errors: Uncaught abort(-1) at Error at jsStackTrace(BUILD.asm.framework.unityweb:2:27460) at...
View ArticleLoading my game online gets stuck at something about 70%
Whenever I upload my game to my website, the loading screen gets stuck at about 3/4's of the bar and freezes there forever. Help is greatly appreciated.
View ArticleUnity Scorm WebGl integration ?
Hello everybody, I can not do scorm connection with Unity. I need to translate the existing scorm.js files into .jslib. But I did not get it. I always get the error on lms. According to the information...
View ArticleDynamic memory allocation on WebGL Build
there's a way to make Unity determinate the memory use automatically? instead of setting it on build ? that's because sometimes the system could need 1gb or 2gb
View ArticleWebGL build makes background (sprite) look odd.
![alt text][1] Is the original image; however, when I build my game for WebGL it ends up looking like this: ![alt text][2] [1]: /storage/temp/113992-new-piskel-4.png [2]:...
View ArticleCan't load unity webgl build to facebook web hosting
Hi all, I'm getting this message, when triyng to upload webgl build to facebook web-hosting: "Games must reference one of our supported SDKs via our CDN." And the build refuses to load. A few weeks ago...
View ArticleI cant build project in Webgl?
When try to build the project (which is all new but still dosent work) i get 4 errors ---------- **first error** Failed running "C:\Program...
View ArticleVideo Player on WebGL stops working after calling the Stop() function
In the game I'm working on, the Video Player is used in WebGL. When the player hovers the mouse over an object a video plays. The video should stop playing when the mouse moves and resume when the...
View Article