WebSocket and WebGL error
Hi there, I'm trying to use this [free websocket pack][1] with Unity. The demo works ok. But now I need to do something more real. I'm trying to built a Server C# (console app) to run on Windows and...
View ArticleLoad FBX model file from server on WebGL.
I have to load FBX file from server. I know there is way to load texture image like my way using WWW class. But it seems there is no way to load model file dynamically from server. Is there any way I'm...
View ArticleLoad Scene from assetbundle WebGL (lightmapped)
Hi guys, what is the best way to load scenes in WebGL ? I have one main scene and 10 others. I dont want to load all scenes at the initial downloading. I had tried to build assetbundle from one testing...
View ArticleWebPlayer build fail
Since yesterday (20.01.2016) every time i build my project for web player or webGL i get the error 'Failed to decompress data for the assetbundle WebStartData' when try to run the app.
View ArticleWebGL issue - Release Build triggers error, Development Build runs fine
We have a Web Player version of our game up and running on Kongregate. Since Chrome no longer supports the NPAPI plugin, we started experimenting with a WebGL build to make the game available to a...
View Articleunity 5.3 build dont work in chrome 47
first of all, my chrome webgl do work the unity demo angry bot work (i think it was made in unity 5.0 with webgl beta build) No matter what i build with unity 5.3, even an empty scene with just a cube....
View ArticleWebGL animation not running inside PHP file
I created an animation and saved it in WebGL format. The generated HTML file runs fine, but when I change file extension to PHP it doesn't run anymore, I only see an empty rectangle on screen. I really...
View ArticleStandard shader WebGL
Somebody can say me if standard shader work in webgl? I Try make scene with simple obj with metal like material, but when i open with browser i see a lot of artifact. My scene use Cubemap for...
View ArticleAsset Bundle WebGL normal map
I have problem with normal map when is a part of material and i export as assetbundle. When I load asset material have bad look (seem like normal map have a value of 100). Same material in scene work...
View ArticleDoes Building to WebGL in Unity create a HTML, CSS & Javascript front end?
Hi guys. I want to participate in a game dev competition in my country, and the rules say we should make a HTML5 Mobile Game. Here are the relevant rules: Code: The game’s front-end should be...
View ArticleWebGL - Facebook and Google+ Share
I'm creating an app for WebGl on Unity 5.3.0 I need to share a screenshot to Facebook and Google+ from user's profile Already created an app on Facebook Developers site and downloaded latest Facebook...
View ArticleParse RestAPI in Unity WebGL build not working on Google Chrome
I am trying to integrate Parse in Unity Webgl build. As there is no specific SDK for WebGL provided by parse so for parse communication i am using RestAPI to Get the data from parse. As provided in...
View Article“WEBGL: Audio Safari on Laptop and Mobile"
Dear, I have a problem with audio of WebGL. Browser on laptop can play audio but browser on ipad can not play audio . How can I deal with it? Example...
View ArticleWebGL - Open URL in new tab?
How to open URL in new tab for WebGL? Tried Application.OpenURL(). But it's opens a tab in same window Thanks
View ArticleWebGL CORS requirements question
The documentation on WebGL networking discusses CORS [here][1], and states:>Basically any WWW request to a server which is different from the server hosting the WebGL content needs to be authorized...
View ArticleCan't embed WebGL in Web application
I am trying to call a Unity WebGL build from within a Java Web application. I am opening the index.html file using window.open() and continually getting an error that states: An error occured running...
View Articleplayer not visible in WebGL build
looks that just first player in room can see the in coming players, but a new player in room cant see the others before him. this error just happend in WebGL. has somebody solve it or has a clue to fix...
View ArticleHow to compile separate Server application for WebGL project?
I want to use Unity native networking for making dedicated server and client using WebGL. I know how to compile Client, but how to make Server?
View ArticleUpload a image from PC memory to WebGL app
Hello there, I need user to upload his(her) avatar picture from PC to game How can I create a file dialog and upload a image to WebGL app?
View Articlebrowsers alert error for Socket.IO for Unity on WebGL
I am trying to run my game using Socket.IO for Unity on WebGL. I can run the game perfectly on Unity, but when I build and run it on WebGL browsers alert errors. What should I do? Please help! Error...
View Article