Load .fbx from remote http server at runtime to use it as animation clip at...
I would like to implement a **WebGL** application where animationclips will be downloaded from an **http remote server** and loaded to a 3D model's AnimatorController at **runtime**. For example, the...
View ArticleUnity 5.6 not calling function when called from webpage
I have the following function public void GetStepData(string i) { iDisplay.text = i; print("recived data: " + i); Debug.Log("recived data: " + i); string[] iData = i.Split(',');//split the income data...
View Articledebugging / logging webGL & ios devices
hey there, i've sucesfully ran my webGL build on android chrome ! yay ! , but on apple devices (ipad and iphone) the project doesn't go pass the unity loading screen, i was wondering what are the best...
View ArticleWebGL gets ride of background?
When I publish my project the background works fine on a PC build. When exported through WebGL.. it gets rid of the background and is just blue? Here is a link to the images:...
View ArticleUnity WebGL websocket LLAPI alternatives?
First of all I am deeply confused about HLAPI, LLAPI, and WebSocket support in Unity WebGL exports. HLAPI and LLAPI work over UDP, while WebSocket is TCP based and HLAPI and LLAPI claim to support it?...
View ArticleWebVR Broken for 5.6.1 & 2017.1
I am having trouble exporting my VR build targeting WebVR. After looking in every forum I know of, it appears that the WebGL export with the WebVR template has been broken since 5.6.1. Can anyone offer...
View Article"ReferenceError: UnityLoader.js is not defined" on Kongregate
Hello Unity, I'm trying to get a WebGL Build of a unity project up and running on kongregate, but I've got an issue: All that appears when I run it on the site is a black screen I have scrollbars for....
View Articleil2cpp error when compiling for webGL in version 2017.1.0
This is the exact same error reported in this question: http://answers.unity3d.com/questions/1364004/unity-201710b7-webgl-export-crash-il2cpp.html But it was closed due to it being a beta build. This...
View ArticleUnity 2017.1.0b7 WebGL Export Crash il2cpp
I have been searching dozens of questions about people having problem exporting because the il2cpp.exe stops working... None of the suggestion seemed to apply or work in this case... I have 3 "red"...
View ArticleWebGl Mouse Look Problem
I cant turn in game enum Axis { X = 0, Y = 1, X_AND_Y = 2 } public class MouseLook : MonoBehaviour { [SerializeField] private Axis axis = Axis.X_AND_Y; public float sensitivity = 5f; public float...
View ArticleWhen trying to build Space Shooter game given in the Unity Learn in the unity...
*1. Failed running C:\Program Files\Unity\Editor\Data\il2cpp/build/il2cpp.exe --convert-to-cpp --compile-cpp --libil2cpp-static --platform="WebGL" --architecture="EmscriptenJavaScript"...
View ArticleBuilding to WebGL failing, failed running il2cpp.exe
Hi everyone, I just installed Unity and I'm trying to export small games to WebGL just to test stuff, building to .exe is working but not WebGL, here's are the errors I'm getting, anyone knows whats...
View Articleexport to WebGL failed
i have this error when i try to export to WebGL I tried to reinstall unity and webgl, but it still failed what should i do ? Failed running "C:\Program...
View ArticleKeep GameObject size in pixels on screen by zooming camera
Hi all, I have a top-down perspective camera view of an object in my scene. I'm exporting for WebGL, and I want to start off the scene with a top-down view of the object, but I need it to remain the...
View ArticleCan I display an Unity WebGL Game in Unity Editor ?
Hello, I'm trying to put a HTML5 game (made with Unity WebGL export) in an Android app. I'm using a webview and the webview is correctly loading and displaying except my WebGL game, I see the loader...
View ArticleGround changes color half way through game?
Hi, i exported to WebGL and Windows, on the WebGL version the ground randomly changes color after a few seconds playing the game to where everything is the same color and it's hard to see. In the...
View ArticleUnity 5.6 Webgl Photon Spawn Error
I can select team on UnityEditor but i cant select on Webgl You can look http://blueicegame.com/Combatest/index.html if(gameMode == "TDM"){ //Team 1...
View ArticleNo collision in WebGL build
I recently made a small game that I want to be able to upload online so I tried to make a build in WebGL. But when I try to play it in browser the main character immediately falls through the world....
View Article2017.1 WebGL Rotation Issue?
Our player character turns to look at where you click or what you're attacking. In the editor, pc build, mac build it all works fine, but in the WebGL export the direction of the character is off when...
View ArticleVisual Studio for WebGL plugins support (jslib)
I have created a WebGL plugin (jslib file) for my project to be able to use files uploaded by the user from its hard drive and load them into the WebGL player. I know the jslib file it's just a...
View Article