docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetInitializationOperation

    GetInitializationOperation()

    The localization system may not be immediately ready. Loading Locales, preloading assets etc. This operation can be used to check when the system is ready. You can yield on this in a coroutine to wait. If InitializeSynchronously is true then this operation will complete synchronously the first time it is called. Uses WaitForCompletion to force the loading to complete synchronously. Please note that WaitForCompletion is not supported on WebGL and InitializeSynchronously will be ignored when running on WebGL.

    Declaration
    public virtual AsyncOperationHandle<LocalizationSettings> GetInitializationOperation()
    Returns
    Type Description
    AsyncOperationHandle<LocalizationSettings>
    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)