コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     possibleSentences = OrganizeSentences.ReadFromCSV(file);
     Debug.Log(possibleSentences.Count);
 }
コード例 #2
0
 public void LoadTextFile(TextAsset loadFile)
 {
     possibleSentences = OrganizeSentences.ReadFromCSV(loadFile);
 }