Search Unity

I am newbie --> How to open web on my scene

Discussion in 'Scripting' started by forall02, Nov 29, 2012.

  1. forall02

    forall02

    Joined:
    Nov 29, 2012
    Posts:
    5
    Please help me for script open web on my scene
     
  2. UNITY3D_TEAM

    UNITY3D_TEAM

    Joined:
    Apr 23, 2012
    Posts:
    720
    internet webpage?.or game to load in webpage?



    To open internet page
    :you can use the HtmlTexturePlugin to display a web page on some type.
    You can always pull raw HTML content using the WWW class,

    To load the game in webpage
    :for play just click FILE->BUILD SETTING (and select web player :then build )

    and then juist open the file in the location where u did the build format
     
    Last edited: Nov 29, 2012
  3. BlackMantis

    BlackMantis

    Joined:
    Feb 7, 2010
    Posts:
    1,475
    What do you mean by open web?
     
  4. forall02

    forall02

    Joined:
    Nov 29, 2012
    Posts:
    5
    open web in my game (webview , game load webpage) not open web on browser

    thank you for help

    (I'm not good at English. )
     
  5. Democre

    Democre

    Joined:
    Mar 31, 2010
    Posts:
    345
    There used to be, or still is, an asset for sale that would allow you to do this. Can't remember what it's called though.
    Unity has no built in support for this.
     
  6. BrendanKZN

    BrendanKZN

    Joined:
    Jun 22, 2011
    Posts:
    157
  7. forall02

    forall02

    Joined:
    Nov 29, 2012
    Posts:
    5