Search Unity

Webplayer-webpage interactions

Discussion in 'Editor & General Support' started by vatche, Jun 8, 2006.

  1. vatche

    vatche

    Joined:
    Jun 8, 2006
    Posts:
    5
    Is it possible to communicate between the plugin player and its webpage through javascript?

    This can be particularly heplful for interactive educational material heavy in GUI: the GUI would be in html/javascript, and the engine would be run by the unity plugin receiving messages from the webpage javascript. I am thinking along the line of say the Physlets implementaion (http://webphysics.davidson.edu/Applets/Applets.html). If possible, would open up a whole new set of possibilities for Unity (as well as a new market...)
     
  2. jeremyace

    jeremyace

    Joined:
    Oct 12, 2005
    Posts:
    1,661
    Not yet, but it is a planned feature.

    -Jeremy

    EDIT: If you got creative you could get something running with server-side-programming and Unity's WWW classes and/or the .NET classes.