CompilationAccelerator
Speed up your Unity workflow with intelligent, configurable compilation acceleration.
by monolimbostudio
★★★ star rating
Price History +
CompilationAccelerator is a Unity Editor tool designed to reduce compilation times by monitoring, caching, and optimizing the build process. This tool intelligently tracks changes and minimizes redundant work, saving time during development.
🛠️ Core Features
🔍 Script Monitoring
- Real-time script change detection via FileSystemWatcher
- Maintains a cache of script modification timestamps
- Efficient detection of modified scripts only
🚀 Optimization Capabilities
- Script & Asset Caching to reduce unnecessary recompilation
- Incremental Compilation for modified scripts
- Assembly Reference Optimization to speed up project reloads
- Garbage Collection Minimization during compilation
- Multi-Threaded Compilation Support (configurable worker count)
📊 Performance Metrics
- Tracks compilation duration
- Logs slow scripts and bottlenecks
- Monitors assembly rebuild frequency
- Displays optimization effectiveness over time
⚙️ Configurable Settings
- Adjust thread count for background processes
- Set custom cache sizes and expiration rules
- Enable/disable specific optimization modules
- Set timeout values for compilation tasks
🎯 Use Cases
💼 Development Workflow
- Drastically reduce wait times for script changes
- Improve iteration speed in medium-to-large projects
- Monitor and debug long compilation chains
🧪 CI/CD Integration
- Incorporate faster compilation into automated pipelines
- Use caching and incremental builds to speed up builds on test machines