Version: 2021.3
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
WebGL development 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 and distribute a WebGL application Information about building and testing your content for WebGL.
Building your application for tvOS
WebGL introduction