docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Package Manager Documentation Tools window reference

    Once you've installed the Package Manager Documentation Tools package, the Package Manager window has some additional options.

    Update button
    The Package Manager Window with the PMDT package installed

    The Package Manager Documentation Tools window contains the following settings:

    Setting Description Command line argument
    Output Path Optionally override where PMDT generates the documentation on your computer. By default, it writes the reports relative to the root of the project. For more information refer to Output directories. None
    Validate Enable to run the Package Validation Suite to find any missing documentation in your API scripts. The report is included in the Error Report. None
    Write validation.csv (experimental) Enable to generate a spreadsheet from the validation report. None
    Debug Doc Build Enable to save the intermediate build files used during doc generation. Only enable this if you need to debug at the DocFX build level. The terminal command needed to rerun DocFX is printed to the Unity Console so that you can easily rerun the DocFX portion of the doc build. -debug
    Zip Doc Build Enable to create a zip file containing the generated documentation. Can be used with any selected theme. The file is copied to Output Path inside a zip subfolder. The zip file is given a generated name with the following format: two-character language code + cryptographic hash of zip file + .zip for example en8bc17314f502b2b2d0fa75477f6e86c19e5c8c0b.zip. This filename is designed for upload to docs.hq.unity3d.com which needs to know the target language of the documentation, and the hash string allows the server to verify that the contents of the zip file were transmitted correctly. -zipOutput
    Use built-in code project generation Submit code project files for DocFX API documentation built by one of Unity's IDE support packages instead of a code project file generated by PMDT. Further information. -builtInCSProj
    Ignore MSBuild errors Enable this to convert API documentation build errors to warnings. Built-in code project generation is designed to produce fewer errors by default with DocFX 2.70.0 and above, but may not be suitable for all packages or all contributors. -ignoreAPICompileErrors
    Export API Metadata Enable this to save the .NET API Docs YAML files generated during documentation build for use by other tools. The files are copied to Output Path inside an api-metadata subfolder. If Output Path is unset, the files are copied to an api-metadata folder in the default location. -exportAPIMetadata
    Theme Select a DocFX theme of Unity Classic, Unity Classic + Offline or Modern. None

    Additional resources

    • Generate documentation
    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)