Search Unity

Inspector-editable javascript public string array?

Discussion in 'Editor & General Support' started by ken m, Mar 22, 2008.

  1. ken m

    ken m

    Joined:
    Dec 27, 2007
    Posts:
    27
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Code (csharp):
    1. var someStrings : String[];
    --Eric
     
  3. ken m

    ken m

    Joined:
    Dec 27, 2007
    Posts:
    27
    Yup, too easy. My problem was the Inspector wasn't updating when I was playing around with changing the script, I had to remove it and then put it back.