Questions tagged [unity-webgl]

Unity WebGL is a build option for exporting Unity projects as JavaScript programs which use HTML5, WebAssembly, WebGL and other web standards to run Unity content in a web browser.

What is Unity WebGL?

The WebGL build option allows Unity to publish content as JavaScript programs which use HTML5/JavaScript, WebAssembly, WebGL rendering API and other web standards to run Unity content in a web browser.

As of Unity 5.4, Unity WebGL is the official replacement for the Unity Web Player.

580 questions
-1
votes
1 answer

Storing data and emailing it - Unity WebGL

I am working on a game and met with a roadblock. The game works fine. Whenever a player finishes the game, I want the score to be sent to my email address. The game will be hosted on itch.io. The game lasts for 60 seconds, and then a Game Over panel…
-1
votes
1 answer

Save & Download a Json file in Unity WebGL

I would like to create a system where a player/ user click on a button to save and download a Json file listing the name and position of game objects in a Unity WebGL scene. I am able to write the Json file with the required content in the editor.…
yousufali.n
  • 21
  • 2
  • 10
-1
votes
2 answers

Building Mapbox in Unity

I don't know if this has already been asked but I am trying to build an app in unity using the Mapbox SDK. The problem is that when I try building it in a WebGL format, then it says this: "Build completed with a result of…
-1
votes
1 answer

Is it possible to add to a Unity project (built for WebGL) an embedded in-app web browser?

The motivation is to allow the user not to leave the app when pressing a link and opening it as an embedded window.
likuku
  • 358
  • 6
  • 21
-1
votes
1 answer

Unity API not pure php have problem to Post , How to solve it?

i am trying to Post request Using Unity web request i created a pure php API For Testing After that Web developer Created API For Me To Work on it but the Link is little different syntax of the pure php i was work on my Pure PHP Link is : …
Gobla Game
  • 41
  • 5
-1
votes
1 answer

Unity WebGL call a .exe file on a server and get back data

I'm currently working on a project that will be buildt in webgl. It uses an asset that runs an .exe (cmd window) file to convert data that I need. But this does not work in webgl as it can't call the .exe file. So now I'm searching for solutions. I…
DragonBale
  • 19
  • 1
  • 4
-1
votes
2 answers

Unity 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? Not sure how to feel about that. I have an…
Martin Asenov
  • 1,288
  • 2
  • 20
  • 38
-1
votes
1 answer

Is time to build on webgl or not (use webplayer)?

Is time to build on webgl or not (use webplayer)? Is WebGL stable?
Knaus Irina
  • 789
  • 5
  • 15
  • 35
-2
votes
2 answers

Html input number is not getting numeric keyboard input

Here is the input type number it is working fine and i am able to change it through mouse But it is not getting numeric input from keyboard. How can i enable it? Edit: I found that UnitywebGL is creating this…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
-3
votes
1 answer

How do I split an image in unity

I want to animate this image using c #. The sprite editor doesn't work for me because I want it to be a dynamic system. If there is a method for this, I would appreciate it if you share it with me.
1 2 3
38
39