WebGL
Table of Contents
WebGL doen't work in chrome locally discussion
- Use Unity’s
Build & Runcommand; 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-filescommand line option which allows it to load content from local file URLs.