docs.unity.cn
    Show / Hide Table of Contents

    Class AddressableEntryNotFoundException

    This exception is thrown when an asset is expected to be part of the Addressables system. The Localization system uses Addressables for loading Locales, Tables and Table Assets.

    Inheritance
    Object
    Exception
    AddressableEntryNotFoundException
    Namespace: UnityEditor.Localization
    Syntax
    public class AddressableEntryNotFoundException : Exception, ISerializable, _Exception

    Constructors

    AddressableEntryNotFoundException(Object)

    Creates a new instance of the exception.

    Declaration
    public AddressableEntryNotFoundException(Object target)
    Parameters
    Type Name Description
    Object target
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use