Limiting frame rate (fps) in my game isn't working. (dev. for WebGL)
I'm working on a game for WebGL, and my MVP is iPad 4. So I need to limit the frame rate to a constant 30fps. I've tried the Unity way:...
View ArticleFor the WebGL build, in saving / loading games, what is the value of...
I am building my own version of Arkanoid, and one of the features I want to incorporate is saving and loading games. As I don't know how to accomplish this yet, I did my own research first. So far,...
View ArticleWebGL's lighting system doesn't exactly perform like Unity's
Hi, I made a little maze game with "wall block" prefabs, and when I built the project using WebGL, it's not lighting up the walls gradually like it does in Unity. Instead, each wall block seems to have...
View ArticleHow to use Unity?
1. As you can see the complete list and description of the commands that you use in your code? For example, Speed and Move like you can read more about possible commands and their functionality? 2. Is...
View ArticleApache doesn't load WebGL content
I have a WebGL game that works fine locally, but I want to host it on my new Apache2.4 server. I have moved the files across and when I load the page, everything loads except the WebGL content (see...
View ArticleRemoving gz from extension in WebGL Release folder causes Syntax Error
I figured out that removing the "gz" from the end of the file extensions in the WebGL Release folder fixed the problem where the loading progress bar would be stuck at 10%, then the application would...
View ArticleC# WebGL open email client Win32 exception
Hi, I want to send an email in a WebGL build using C#. I used try { Uri myUri = new Uri("mailto:anemailaddress@example.com?Subject=Hello%20again&body=TEST");...
View ArticleLighting doesn't work properly in WebGL build
So I have a 2d game where a player walks around the level (top view) with a flashlight in front of him. Everything works fine in the editor, however whenever I build it for WebGL and test it in my...
View ArticleShare a screenshot with the Facebook SDK on WebGL
(This has been asked before but has never been answered properly) I am trying to create a webgl app that can share a screenshot to facebook. Using the facebook SDK there is an example script [here][1]...
View ArticleWebGL build inside webview for Facebook messenger?
As the title infers, is it possible to embed a WebGL build inside webview on the [Facebook Messenger Platform][1]? I'm hoping that if the device's OS and browser supports WebGL, that everything will...
View ArticleStoring timetstamp when building for WebGL with C#
Hi everybody, my problem: I develop for WebGL and want to get and store the timestamp of some user inputs. Two questions: **Is it correct that -- when building for WebGL -- I cannot do this in C#?**...
View ArticleHow to make the show Touchscreenkeyboard on the webgl with mobile devices ?
Does everyone know how to show Touchscreenkeyboard on the webgl with the mobile device ? There is no error when using the browser to input something on Input Field with uGUI on the computer. But I try...
View Article[WEBGL] Post json - complicated structure
Good Day , I have problem with sending json data. When i have simple structure like: { "email": "string", "password": "string" } its not a problem. I can use : WWWForm wwwForm = new WWWForm ();...
View ArticleLinking Website Accounts to Progress/Values in WebGL Game
This is simultaneously a Unity3D and web development question. Similar to how Blizzard connects accounts used in forums to their character and shows their statistics/information, I am trying to set up...
View ArticleWebGL game slows down after triggering javascript event
I am using Unity WebGL to host my game on a flask server and trying to throw a warning to the user whenever he tries to navigate away from the tab or mistakenly click browser's back button. Each time...
View ArticleEnable IndexedDB for webGL build Unity ?
Using : Chrome Version 54.0.2840.98 (64-bit) Getting this log in console **IndexedDB is not available. Data will not persist in cache and PlayerPrefs will not be saved.**
View ArticleHow to add multiplatform ads
Hi, I need to add multiplatform ads for Android, iOS, Web and Facebook. Is there any way adding ads in these patforms? I know that Unity Ads not support Web/Facebook. Thanks in advance.
View ArticleNeed help/advice with a Unity WebGL Voice chat implementation
Hey All, I have a Unity multiplayer game using PUN on WebGL, where I need to include a Voice Chat feature. The problem is that Unity WebGL currently has very little support for the Microphone class, so...
View ArticleWebgl facebook integration
Good Day, I have problem with login to facebook from my webgl app ( on localhost ). There is no problem when i run my app in editor or in android device. Can i login to FB from webgl ( not facebook...
View ArticleFailed to Build for WebGL
I can't build my game for WebGL on my laptop or my desktop. I keep getting this error and Il2cpp.exe stops working. Exception: C:\Program Files\Unity 5.5.0b11\Editor\Data\il2cpp/build/il2cpp.exe did...
View Article