Localization import fatal error

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
blakey
Posts: 3
Joined: Wed Dec 06, 2023 2:46 pm

Localization import fatal error

Post by blakey »

Hey, I'm trying to import localization csv into my game and for the Simplified Chinese file (the first file I've got localized), I get a fatal error:
Dialogue System CSV Importer: CSV import failed: Line not recognized: ch,,,,,,,
Line 1: ch,,,,,,,
UnityEngine.Debug:LogError (object)
PixelCrushers.DialogueSystem.CSVConverterWindow:CopySourceToDialogueDatabase (PixelCrushers.DialogueSystem.DialogueDatabase) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/CSV/CSVConverterWindow.cs:265)
PixelCrushers.DialogueSystem.AbstractConverterWindow`1<PixelCrushers.DialogueSystem.AbstractConverterWindowPrefs>:Convert () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs:376)
PixelCrushers.DialogueSystem.AbstractConverterWindow`1<PixelCrushers.DialogueSystem.AbstractConverterWindowPrefs>:OnGUI () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Editor/Tools/Importers/AbstractConverterWindow.cs:196)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

It then says it creates a database containting 0 actors, 0 conversations, etc.

Any ideas?
User avatar
Tony Li
Posts: 22871
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localization import fatal error

Post by Tony Li »

Hello,

If you exported the localization spreadsheets using the Dialogue Editor's Localization Export/Import section, please use the same section to re-import the spreadsheets. Do not use the CSV Importer, since this is only for exporting and importing the entire database. They are different formats.
Post Reply