Version: 2022.2
Language : English
Building your application for tvOS
WebGL Introduction

WebGL

Unity provides support for developing games on the WebGL platform. WebGLA JavaScript API that renders 2D and 3D graphics in a web browser. The Unity WebGL build option allows Unity to publish content as JavaScript programs which use HTML5 technologies and the WebGL rendering API to run Unity content in a web browser. More info
See in Glossary
lets you publish real-time interactive 3d graphics into a browser.

For information on getting started with a WebGL application, refer to the following sections:

Page Description
Introduction Introduction to WebGL development in Unity
Get started with WebGL Fundamentals of setting up a project in WebGL and player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary
.
Develop in WebGL WebGL specific development information such as memory, input, and networkingThe Unity system that enables multiplayer gaming across a computer network. More info
See in Glossary
.
Build a WebGL project Information about building and testing your content for WebGL.
Building your application for tvOS
WebGL Introduction