Brewser Docs
Hints & Tips

Unity WebGL Exports

Running Unity games on Brewser

Unity's WebGL export target can produce Brewser-compatible builds.

Current status

  • WebGL 1 exports: working. Confirmed running on Brewser.
  • WebGL 2 exports: in progress. Under active compatibility work — track the Changelog and Roadmap for updates.
  • Graphics API: WebGL 1 (for now)
  • Compression: prefer uncompressed or gzip
  • Strip engine code and disable unneeded modules to shrink the bundle

Testing

Iterate against Chrome first, then verify on Brewser. Keep an eye on memory — Unity heaps are large, and the console is less forgiving than a desktop.

On this page