Publisher | Two Units |
---|---|
File size | 199.42kB |
Number of files | 6 |
Latest version | 1 |
Latest release date | 2024-01-22 04:37:16 |
First release date | 2020-10-20 10:13:14 |
Supported Unity versions | 2018.4.2 or higher |
PDF Documentation asset creates a simple and informative PDF documentation of your project. The main feature is creating script reference for your C# scripts. The asset allows you to customize the outcome: For example you can exclude folders and files, choose what to include in the table of contents and include a custom introduction text.
Asset Store assets with scripts are often required to include a script reference and a step-by-step setup guide to get started with using the asset. Both of these can be created with the PDF Documentation asset.
The C# script reference will include proper comments from the code. For example having a 'summary' tag comment before a method will display this comment in the script reference.