AmbientRun / Ambient

The multiplayer game engine
https://ambient.run
Apache License 2.0
3.78k stars 122 forks source link

Show console errors in game #657

Open ten3roberts opened 1 year ago

ten3roberts commented 1 year ago

For example, in Firefox you get a black screen with nothing more to go on if you don't open developer tools

FredrikNoren commented 1 year ago

@ten3roberts It doesn't need to show the actual errors in the game; it's enough if it just shows "Something broke" or equivalent. The actual error is only relevant to the developer of the game. (We should eventually set up some way for people to collect errors from users though, like sentry).