Question... (417925)

Just wondering if it is possible for me to develop a back end script/program that can interact with the Unity Web games?

For example, user logged into the web interface and changed a setting of the game, it will reflect on the game itself the next time player plays the game…

if you write the backend accordingly to let unity know, then yes

Use PlayerPrefs (to save locally) or a MySQL database to save it over the internet,

Thanks for the fast responds.