Search Unity

Script Examples - Some C# examples missing...

Discussion in 'Scripting' started by klindeman, Sep 19, 2005.

  1. klindeman

    klindeman

    Joined:
    Jun 13, 2005
    Posts:
    295
    A couple of the C# examples seem to be missing out of the Script tutorials. Mainly, the WWW class ones.

    I liked the script tutorials, because it helped me see how to do somethings in both languages.
     
  2. freyr

    freyr

    Joined:
    Apr 7, 2005
    Posts:
    1,148
    Javascript is the primary language for our script examples.

    It should be pretty straightforward to apply the techniques in the javascripts to c# scripts. (You just have to adjust the syntax and add variable and type declarations where missing)