Getting Values In Unity From Webpage
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.
Comment
Your answer
Follow this Question
Related Questions
Game in browser- but without WebGL 0 Answers
How do I enable CORS in my webgl game? 0 Answers
why i see black screen in any unity web game 0 Answers
Multiplayer Physics interaction 2 Answers