docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Field PathRemapFuncWithFileCheck

    Functor used to remap content into the local cache. The first parameter is the original path, usually relative to the StreamingAssets folder. The boolean parameter indicates if the remapped path should be checked before using it. The return value should be the remapped path and it should exist on device if the bool parameter is true. If the bool parameter is false, this can return a remapped path that does not exist yet.

    Namespace: Unity.Entities.Content
    Assembly: Unity.Entities.dll
    Syntax
    public static Func<string, bool, string> PathRemapFuncWithFileCheck
    Returns
    Type Description
    Func<string, bool, string>
    In This Article
    Back to top
    Copyright © 2025 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)