Skip to content

Conversation

@BellringerQuinn
Copy link
Contributor

@BellringerQuinn BellringerQuinn commented Feb 20, 2025

Unity recently released a tool called "Project Auditor" in beta: https://github.com/Unity-Technologies/ProjectAuditor

The tool uses static analysis to look through the project and look for sub-optimal code, assets, etc. and produces a report for you.

It can be useful to get a high-level overview of how efficient our coding patterns are, how quickly our assemblies are compiling, etc.

Please keep in mind that the tool is very much in beta so we should take its feedback with a grain of salt.

To run it go to Window > Analysis > Project Auditor then start the analysis

Version Increment

Please ensure you have incremented the package version in the package.json as necessary.

  • I have incremented the package.json according to semantic versioning
  • No version increment is needed; the change does not impact SDK or Sample code/assets

Docs Checklist

Please ensure you have addressed documentation updates if needed as part of this PR:

  • I have created a separate PR on the sequence docs repository for documentation updates: Link to docs PR
  • No documentation update is needed for this change.

@BellringerQuinn BellringerQuinn requested a review from a team February 20, 2025 21:17
@BellringerQuinn BellringerQuinn requested a review from a team as a code owner February 20, 2025 21:17
Copy link
Contributor

@andygruening andygruening left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice tool

@andygruening andygruening merged commit 1eb4f3d into master Feb 24, 2025
3 checks passed
@andygruening andygruening deleted the Setup/projectAuditor branch February 24, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants