Search found 3 matches
- Mon Mar 24, 2025 8:49 am
- Forum: Dialogue System for Unity
- Topic: Localization import fatal error
- Replies: 1
- Views: 8307
Localization import fatal error
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.Di...
- Thu Feb 08, 2024 11:18 am
- Forum: Dialogue System for Unity
- Topic: Switching action map disables interaction
- Replies: 13
- Views: 6277
Re: Switching action map disables interaction
Hey, thanks for the response. I swapped in that code from the link you sent me and that works fine, but is there a specific syntax for disabling the canvas? Also the issue of switching the action maps from player, to ui, and then back to player stopping input to the continue button still persists re...
- Thu Feb 08, 2024 10:34 am
- Forum: Dialogue System for Unity
- Topic: Switching action map disables interaction
- Replies: 13
- Views: 6277
Switching action map disables interaction
Hey, so I'm using the dialogue system with Unity's new input system, and this works fine when playing normally. When I pause the game during dialogue, the current conversation is stopped in code and starts the same conversation at the line it stopped at when I resume the game. I do this so I can hid...