Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Unity automatically adds a fullscreen button so you don't need to check that (or you end up with 2 fullscreen buttons.
Also, Unity adds a bar below your game stating your project name and containing the fullscreen button.
You should add 40 pixels to your Viewport dimensions in Itch to make sure this bar is fully visible or you end up with a half visible bar instead.

Good tutorial !

See these screenshots for example:

Double fullscreen button:


Half visible bar:


Edit:
I see your game does not have the bar below on Itch. Any idea what you did to prevent that from happening?

Yep, follow my guide exactly and you won’t have these issues this step happens in the web gl player settings, there is a new option for unity 2022+

It has no bar and works perfectly with itch.io fullscreen mode! :]