I’m trying to build a webgl app and after a few initial problems I can get the complier to run with no error messages.
It produces a Build folder containing 3 .unityweb files, a .json file and UnityLoader.js.
According to the docs I’ve read and a few videos, there is supposed to be a HTML file too, but its nowhere to be found.
Working with Unity version 2019.4.18f1 Personal on Ubuntu 20.04, there are no error messages associated with this, only a lack of file.
Any help would be appreciated, thanks in advance.
You could take a look at the template, make sure it isn’t missing there… so first, look which is selected in build settings, then you can find the folder containing the files it will use relative to the editor installation path:
\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\WebGLTemplates
adamgolden:
You could take a look at the template, make sure it isn’t missing there… so first, look which is selected in build settings, then you can find the folder containing the files it will use relative to the editor installation path:
\Editor\Data\PlaybackEngines\WebGLSupport\BuildTools\WebGLTemplates
On version 2020.3.1f1 Personal now. Same problem. The template files are present.
Also, tried with a clean new project and same issue