Version: 2022.1
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.

This section covers the following WebGL topics:

Page Description
WebGL introduction Introduction to WebGL development in Unity
Getting 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
.
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 a WebGL project Information about building and testing your content for WebGL.
Building your application for tvOS
WebGL Introduction