Search Unity

REad the specific veriable from the web, show into the Unity

Discussion in 'Scripting' started by cemC, Sep 7, 2015.

  1. cemC

    cemC

    Joined:
    Dec 23, 2010
    Posts:
    214
    Hello All,

    I have already read the communication between Unity and Web- Player, but I dont have so much info about Web-Development.

    For example, I want to publis Dow Jones Index into my Unity3D. How can i Call this specific data into my scene ?

    Thanks,
     
  2. Korno

    Korno

    Joined:
    Oct 26, 2014
    Posts:
    518
    First you need to find a webservice that provides that kind of information. Then you need to understand their web service API - secured/not secured/ need API key/ SOAP/Webservice address/ etc. Finally, Check out the wiki on invoking web services.
     
  3. cemC

    cemC

    Joined:
    Dec 23, 2010
    Posts:
    214
    Can I use RESTful Calls for it ? Is that possible ?