docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddAdditionalFilesToDeploy

    AddAdditionalFilesToDeploy(IEnumerable<FileInfo>)

    Add files to be deployed to the build manifest which are not backed by an asset.

    Declaration
    public void AddAdditionalFilesToDeploy(IEnumerable<FileInfo> exportedFiles)
    Parameters
    Type Name Description
    IEnumerable<FileInfo> exportedFiles

    The files to be exported with the build.

    AddAdditionalFilesToDeploy(FileInfo)

    Add a file to be deployed to the build manifest which are not backed by an asset.

    Declaration
    public void AddAdditionalFilesToDeploy(FileInfo exportedFile)
    Parameters
    Type Name Description
    FileInfo exportedFile

    The file to be exported with the build.

    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)