docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PreloadBehavior

    Determines which tables, that have been marked as preload, will be loaded during the preloading step.

    Namespace: UnityEngine.Localization.Settings
    Assembly: Unity.Localization.dll
    Syntax
    public enum PreloadBehavior

    Fields

    Name Description
    NoPreloading

    No preloading will be performed.

    PreloadAllLocales

    Preloads tables for all Locale that are in AvailableLocales.

    PreloadSelectedLocale

    Preloads tables for the SelectedLocale.

    PreloadSelectedLocaleAndFallbacks

    Preloads tables for the SelectedLocale and all fallback Locale.

    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)