i need a online highscore in my game. i have website and domain but how to i connect to my sql database with unity javascript?
This might help:
I think the typical method is to send data to/from a website on your server, where that page would use server-side scripts to read/write to the database.
ty for answaring that fast:smile: