unity add to dictionary code example Example: adding to a dictionary unity Dictionary<string , int> someDictionary someDictionary.Add("Five" , 5);