Hi,
I'm currently working with a Unity project that is embedded on a webpage. In Unity I'm tracking a score value and want to pass it off to the webpage. Currently, I have C# method that is calling WWW.Post which will send the data I need to a server but was curious if there was any method to pass the data from Unity onto the page it is embedded on with without adding too much C# code.
I'm currently working with a Unity project that is embedded on a webpage. In Unity I'm tracking a score value and want to pass it off to the webpage. Currently, I have C# method that is calling WWW.Post which will send the data I need to a server but was curious if there was any method to pass the data from Unity onto the page it is embedded on with without adding too much C# code.