Advertisement

[Unity][Fungus]csvParser.parseError

阅读量:

Assets/Fungus/Scripts/Components/Localization.cs(189,45): error CS1061: Type CsvParser' does not contain a definition for Parse' and no extension method Parse' of type CsvParser' could be found. Are you missing an assembly reference?

Assets/Fungus/Scripts/Components/Localization.cs(382,45): error CS1061: Type CsvParser' does not contain a definition for Parse' and no extension method Parse' of type CsvParser' could be found. Are you missing an assembly reference?

复制代码
  
    
         CsvParser csvParser = new CsvParser();
    
         string[][] csvTable = csvParser.Parse(localizati

全部评论 (0)

还没有任何评论哟~