docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Namespace UnityEditor.Localization.Plugins.CSV.Columns

    Classes

    ColumnMapping

    Provides preconfigured columns mappings that can be used with Csv.

    CsvColumns

    Synchronizes one or more CSV columns with localization data.

    KeyIdColumns

    Represents 3 possible columns in CSV data:

    1. Key. The unique name of the entry. This value is always included when exporting.
    2. Id. The Id value for the entry. This field is optional however strongly recomended if you expect to change the Key names.
    3. Shared Comments. Comment taken from SharedTableData for each entry. This field is optional.
    When importing from CSV all columns are treated as optional however there must be at least 1 Key or Id field. When adding new values to be imported from the CSV the Id field can be left blank or given the value 0, a new Id will be assigned during import.

    LocaleColumns

    Represents the localized value and Comment metadata from a StringTable.

    Interfaces

    IKeyColumn

    Represents a CSV column that is responsible for identifying what entry the row should be mapped to.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)