# Project Auditor
Project Auditor is an experimental static analysis tool that analyzes assets, settings, and scripts of the Unity project and produces a report containing: Code and Settings diagnostics, the last BuildReport, and assets information.
## Disclaimer
Although this project is developed by Unity employees, it is not officially supported by Unity and it is not on Unity's roadmap yet.
Furthermore, Project Auditor is being used on several projects but it is an experimental tool and it is still evolving. Therefore it might not work correctly depending on the version of Unity and the content of the project.
Feedback, bug reports and feature requests are more than welcome, please enter them [here](https://github.com/Unity-Technologies/ProjectAuditor/issues).
## License
Project Auditor is licensed under the [Unity Package Distribution License](LICENSE.md) as of November 18th 2020. Before then, the MIT license was in play.
## Documentation
For information on how to install and use Project Auditor, please refer to the [documentation](Documentation~/index.md).