WebGL
Table of Contents
WebGL doen't work in chrome locally discussion
- Use Unity’s
Build & Run
command; the file is then temporarily hosted in a local web server and opened from a local host URL. - Run Chrome with the
--allow-file-access-from-files
command line option which allows it to load content from local file URLs.