Texture is not loading using WWW class in WebGL build.
The project runs properly on editor, but not when uploaded to the server. In my project, i am fetching some detail from a table on my server and a profile pic using a link, I am getting all the data...
View ArticleFBX Animation Clip Root Transform Rotation ignored in WebGL v2017.1
In the Inspector under the animations tab when an animation clip is selected there are several options. One of those options is Root Transform Rotation. If I set it to based on Original or I set it to...
View ArticleCopy/Pasts Issuse In WebGL.
UGUI InputField can't copy/paste in WebGL. Someone help me.
View ArticleHow could I debug project on webgl more effective
I took me a long time to build out the product for testing, event with a tiny project For a little stuff, I could only build out to test result. Is there any function for quick build on webgl platform,...
View ArticleSetting default quality level for WebGL Build not working
Why i can't set my build custom quality level, I tried set it via code and via editor (check the green mark) but still not working. here is my code: void Awake() { int index =...
View ArticleWebGL build failed: "il2cpp.exe did not run properly".
Already tried changing to .Net 2.0 and .Net 4.5, didn't work. I'm on **Unity 2017.1.0f3** ---- ### Error 1: Failed running C:\Program Files\Unity\Editor\Data\il2cpp/build/il2cpp.exe --convert-to-cpp...
View ArticleWebGL Fast Left Mouse Click issues (Sometimes they are not recognized in Chrome)
I am having a Problem with my webGL export from Unity, you can reproduce it if you click quite quickly in my game in "Chrome" (while moving the mouse around, seems to only happen in chrome):...
View ArticleHow come the webGL version of my game has a huge white border around it when...
This is what my game is supposed to look like. This screenshot was taken when the web version was fullscreened: ![alt text][1] But this is what the game looks like on the web version when it's not...
View ArticleWebGL build error
this error apeared in 5.6 and in 2017.1 builds: Failed running D:\Pliki Programów (x86)\Unity\Editor\Data\il2cpp/build/il2cpp.exe --convert-to-cpp --compile-cpp --libil2cpp-static --platform="WebGL"...
View ArticleHow to enable GL point size in WebGL ?
I'm trying to draw cloud points in WebGL, but it appears the points are so tiny that it blinks everywhere as soon as the camera moves. A solution would be to modify GL point size, but how to enable GL...
View ArticleWebGL Lighting Issue
I'm attempting to upload my game to Itch.io using Web.Gl. After I finished uploading, I found out my game looks like this in the browser. ![alt text][1] For reference, the game is supposed to look like...
View ArticleDo WebGL AssetBundles always have to be redownloaded?
I'm trying to figure out AssetBundles for a cross-platform web and mobile application. I basically want the base application to just include the menu, with scenes being downloaded only when they've...
View Articlewww.progress not working with WebGL build, but works in editor
I have an AssetBundle download system that works fine in editor; I can download a file from a file server, a slider shows download progress and then opens the scene from the AssetBundle. However, when...
View ArticleOld version of assets in scene
I have added a texture to my buttons and placed a custom font on them. They look great in the editor, but when I view them in the WebGL build, it only shows the default gray boxes. Why is this...
View ArticleScreen Space Reflection in WebGL?
Hi, I am using Unity 2017.1 and I want to know if WebGL supports Screen Space Reflection because when I'm switching platform from the standalone to WebGL, it automatically removes it from the command...
View ArticleWebGL build crashes but game runs fine in editor and windows build.
[firefox console log][1] [firefox javascript log][2] The game runs fine in the editor as well as when built for windows. When I build for webGL I get those errors and the game stops functioning. I'm...
View ArticleUnityWebRequest error 0 in Editor, but not in WebGL build
I'm trying to send a UnityWebRequest to a server. It works perfectly on the WebGL Player, but not in the Editor private static IEnumerator SendWebRequest(UnityWebRequest webRequest, UnityAction...
View ArticleWeb Gl Build Error
I am trying to release a WebGl build and keep getting the following error messages no matter what I try on the forums. My build runs fine on any other platform First error: Failed running C:\Program...
View ArticleError when I try to run webGL application in firefox
Hello guys, I get this error when I try to launch the index.html file through firefox. I do not understand to anything it says. "BB_WEB" is the name of my folder. Does anyone know where the problem is?...
View Article3D Text not showing up in WebGL
****UPDATE**** I figured it out! The 3D text was too far away on the Z axis for my camera to see it. I had to adjust the Z axis until the 3D text came into view. For some reason, this didn't need to be...
View Article