Search Unity

using System.Collections , what is the utility of this ?

Discussion in 'Scripting' started by AdriaFace, Nov 17, 2013.

  1. AdriaFace

    AdriaFace

    Joined:
    Jul 28, 2013
    Posts:
    9
    What is the funtion of this? i see lot of people using it
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Mostly you'd use it for coroutines. Otherwise you don't really need it (unless you were using ArrayLists or Hashtables, which you wouldn't, since you'd use generic Lists or Dictionaries instead).

    --Eric
     
    alexismagron54500 likes this.