Can you create a Progressive Web Application (PWA) using Unity?

Can you create a Progressive Web Application (PWA) using Unity?

I have a project that needs to be a PWA. 90% of my game development skills are in Unity. I do have a little bit of web development experience so I’m considering whether to use Unity or to just go straight for a JavaScript framework.

I would prefer to use Unity but I’m concerned that the WebGL support might lack some things.

This is a good question @Quickz , and no one has dared to answer it, until now. Have you made your choice?

Yes, you can.
There are 2 ways of doing it:
1 - Find a webgl export template that already has everything you need
2- Export as usual with default template and change the index.html file accordingly so it references other JS, manifest and other tags necessary to make the PWA.