11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
Unity のバージョン | ビルトイン | URP | HDRP |
---|---|---|---|
6000.0.33f1 | 互換性がある | 互換性がある | 互換性がある |
⚡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
