HTML project: how to use no antialiasing?

If I set the antialiasing method to “None”, and build for HTML5, I get a black screen. If I set it to “TemporalAA”, I can see my game.

So, temporal AA actually kind of sucks (and a lot of us want game aesthetics that don’t work well with TemporalAA or any kind of AA). How do I get HTML5 working with no AA?

+1, same bug here, tested on 4.21 using the third person template.

You can find out how to disable MSAA for an HTML5 game in the following document.