Sorry, I'm not able to vote because it makes my browser crash each time I'm trying to load the game (Mac / Chrome) 😭
Viewing post in Impractical Fishers jam comments
Thanks for the tip :)
I tried with Safari. Bit better as I got an error message:
Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)
Same here. It seems like on macOS, things are just borked for Godot 4. Fortunately, I was able to solve the problem using a workaround that should fix things until either Google or Godot makes an update:
- In Google Chrome, open chrome://flags
- Search for 'ANGLE'
- Change 'Choose ANGLE graphics backend' to Metal
- Restart Chrome
This should make it so you can try out the game! Please let me know how it works.