I just tested, all three seem to work on my system.
yeah i have no clue. tried again in itch.io app and nothing. it stays at 100% loaded and nothing happens. if I launch on any browser it stays at 0% and nothing happens
"blocked by CORS policy" error in the dev site inspector (F12 in browser). strange every browser i try has this issue
tried again in browser and it randomly works...no idea what changed settings are the same... anyway fun game, great job!
Locate the directory where the index.html file is located for the game, create a file called unity_server.py and paste the code in this pastebin https://pastebin.com/Jm06PVRQ and save. open a terminal and point it to that directory and type the following command: python unity_server.py (for this to work you need to have python installed). After this use chrome or a chromium browser and type in the address bar localhost:8000 and your game should work.