Click the image to watch the full tutorial on YouTube.
A toolkit for automating and crash-isolating Unreal Engine lightmass builds using chunk isolation and CPU monitoring.
- Automatically launches Unreal and triggers builds
- Monitors for freezes using CPU usage
- Auto reloads maps and continues testing
- Visual GUI with dark theme and live log
- Fully configurable and open source
- Python 3.8+
- Unreal Engine 4 or 5
- PyInstaller (optional, for building .exe)
- Modules:
tkinter,pyautogui,psutil
- Clone the repository
- Install dependencies:
- Run
watchdog.py - Configure paths in the GUI
pyinstaller --onefile --windowed --icon=icon.ico --add-data "auto_runner.py;." --add-data "watchdog_config.json;." watchdog.py

