Search Unity

pass variables from UNITY to web asp page

Discussion in 'Scripting' started by Denague, Dec 16, 2014.

  1. Denague

    Denague

    Joined:
    Dec 4, 2014
    Posts:
    4
    Hello,

    I'm a beginner and i try to Learning many tutorials.

    But, i can't find exactly the solution too pass variables from unity to my asp page ?

    Thanks to help me,

    Regards.

    Denis
     
  2. Felandil

    Felandil

    Joined:
    Jul 30, 2013
    Posts:
    32
    What i do is:

    Having a WCF webservice running which can get input from my games and writes that input to a database (this happens via WWW class and json).

    The same webservice can also deliver data to my websites (basically reads it from the database and delegates it to the website)
     
  3. Denague

    Denague

    Joined:
    Dec 4, 2014
    Posts:
    4
    Thanks for your answer, do u have Skype please ?
     
  4. Felandil

    Felandil

    Joined:
    Jul 30, 2013
    Posts:
    32
    unfortunately I have a lot of stuff to do at the moment (work, christmas, travelling to my family) so i dont have the time to talk to you until the third week of january.

    what helped me most when i was at your point was google (just search for WCF tutorials, unity webservice json etc.) most results will prolly help you.

    anyway i wish you good look with learning :)