string path = "Path/names.txt"; string[] lines = System.IO.File.ReadAllLines (path); c.name = lines[Random.Range(0,lines.Length)];