Reading in a Text File in Unity - In this video I show how to read data from a text file into a Dictionary variable. That Dictionary, of abbreviations and state names, is available to the scene. When a user types in a state abbreviation, the program checks to see if that abbreviation is inside the dictionary. If it is, the display is updated.