docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property WorkingDirectory

    WorkingDirectory

    This is a working directory you can use to store files for this build. Common usecase is to generate the files you want to add to a build in this directory, and then use RegisterAdditionalFilesToDeploy to copy them to a directory in the build outputs. (Usually StreamingAssetsDirectory). We provide this working directory, because in many cases generating these files can be done much faster if you have previously generated files around. (Like when you use Unity.ScriptableBuildPipeline package to create assetbundles.

    Declaration
    protected string WorkingDirectory { get; }
    Property Value
    Type Description
    string
    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)