Unity 2020 coding in C# for beginners series.
Hello, this is Duke Byte. We're going to learn another programming element in C#, the List.
Lists, like arrays, are used to store elements of the same type.
Lists are slightly slower than arrays but can change size dynamically. Lists have methods to manipulate their content.
With these methods, we can effortlessly search, sort, or add elements to the List.
#unity
#unitytutorials
#unityprogramming