Scripted CSV import doesn't add new Categories
4 years 5 months ago #4125
by sgoffman
Scripted CSV import doesn't add new Categories was created by sgoffman
I'm using AssetPostprocessor to automatically import my localization CSV every time it changes. It works, but any new categories added to the CSV don't appear in the Language Source inspector Terms list.
The new categories/terms are in the data (they can be called via LocalizedString, and show up in an Exported CSV), they just don't appear in the UI until I manually "Spreadsheets/Import/Replace" through the UI.
New/changed terms in existing categories show up correctly.
I'm just using the simplest form ofto import.
The new categories/terms are in the data (they can be called via LocalizedString, and show up in an Exported CSV), they just don't appear in the UI until I manually "Spreadsheets/Import/Replace" through the UI.
New/changed terms in existing categories show up correctly.
I'm just using the simplest form of
LocalizationManager.Sources[0].Import_CSV(string.Empty, CSVstring);
Please Log in or Create an account to join the conversation.
Time to create page: 0.172 seconds