WebGL Headless Rendering Example
Sample repository for WebGL headless rendering powered by Puppeteer, which seems to work correctly for MacOS.
Created due to help with https://stackoverflow.com/questions/61239552/unity3d-webgl-headless-not-rendering.
Basic Setup
- Install NodeJS (10.x or higher is recommended)
- Fork and clone the repo
- Install Yarn globally with
$ npm i -g yarn
or download it at their website $ yarn
in the repo directory to install dependencies$ yarn server
in the repo directory to start python server$ yarn start
and open localhost:8080 in the browser