docs.unity3d.com
    Show / Hide Table of Contents

    Interface IResourceProvider

    Resoure Providers handle loading (Provide) and unloading (Release) of objects

    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public interface IResourceProvider

    Properties

    Name Description
    BehaviourFlags

    Custom flags for the provider.

    ProviderId

    Unique identifier for this provider, used by Resource Locations to find a suitable Provider

    Methods

    Name Description
    CanProvide(Type, IResourceLocation)

    Determine if this provider can provide the specified object type from the specified location.

    GetDefaultType(IResourceLocation)

    The default type of object that this provider can provide.

    Provide(ProvideHandle)

    Tells the provide that it needs to provide a resource and report the results through the passed provideHandle. When this is called, all dependencies have completed and are available through the provideHandle.

    Release(IResourceLocation, Object)

    Release and/or unload the given resource location and asset

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023