How to Host Unity Games on the Web

Roger moore
Mar 22, 2023

--

Objective: go over hosting games on the web

To do this switch to WebGL in the build settings, if it is not installed click Install with Unity Hub:

Once installed restart unity:

To resolve the error on color space at the bottom, go to player settings, then other settings, and change color space from linear to gamma:

Then hit switch platform and you can hit build, then select a folder to build in:

--

--