Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
6000.0.33f1 | Compatible | Compatible | Compatible |
โกOverview
Assembly Definition Checker & Creator optimizes compilation times by analyzing your project structure and automatically generating assembly definition (.asmdef) files.
Improve compilation times by structuring your code into independent modules.
This prevents Unity from recompiling everything when a single script changes, leading to faster iteration, better organization, and improved performance in large projects.
๐
Creates structured .asmdef files for runtime, editor, and test scripts in both the editor and runtime environments.
๐
If an editor or test asmdef is missing, it will attempt to find a reference to the runtime asmdef and automatically attach it if found.
๐ก๏ธ Safe & Secure: This tool does not handle dependencies between assets.
If an asset relies on another, manual reference setup is required to ensure compatibility.
Adds automatically default Unity references for "Text Mesh Pro", "Addressables", etc...
AI was used for best practices to maximize the performance of the asset and during the writing of the code to maintain the cleanliness of the created project.
Asmdef - Checker & Creator
