I have a text file with several lines of text. I want to add each line of text to a List which is visible in the Unity editor. Is it possible to make an editor script which is capable of loading in these strings, so that they are visible even though the game is not running? I am making a subtitle system and want those string to serve a a keyword reference.
↧