I'm making my first game (brick breaker) and i decided to add a leader board system into my game using something called dreamlo which is a website that allows you to upload and download data for a leader board, to a private server. This was working fine in unity's editor but when testing it in webgl the leader board was not working. I think that the problem is that i need to enable CORS in my game or website but i don't know how. I use a static hosting called Netlify.
↧