unity array add code example Example: add to array unity var Array = new[] {"str1", "str2"}; Array = Array.Concat(new[] {"str3"}).ToArray();