docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateCollectionFromLooseTables

    CreateCollectionFromLooseTables(IList<LocalizationTable>, string)

    Creates a StringTableCollection or AssetTableCollection from the provided loose tables.

    Declaration
    public static LocalizationTableCollection CreateCollectionFromLooseTables(IList<LocalizationTable> looseTables, string path)
    Parameters
    Type Name Description
    IList<LocalizationTable> looseTables

    Tables to create the collection from. All tables must be of the same type.

    string path

    The path to save the new assets to.

    Returns
    Type Description
    LocalizationTableCollection

    The created StringTableCollection or AssetTableCollection.

    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)