What problem does it solve?
This Skill helps Unreal Engine developers diagnose and fix ProjectAcoustics runtime failures, especially audio thread listener crashes, unsafe actor updates, and plugin configuration issues.
Core Features & Use Cases
- Listener Crash Triage: Guides investigation of OnListenerUpdated, audio thread callbacks, virtual speaker failures, and EXCEPTION_ACCESS_VIOLATION crashes.
- Plugin Configuration Support: Helps validate ProjectAcoustics, SteamAudio, SourceDataOverride, spatialization, reverb, and Unreal audio plugin settings.
- Safe Runtime Fixes: Provides patterns for moving actor operations to GameThread paths, managing weak references, and validating lifecycle state during world changes.
- Use Case: When an Unreal Engine project crashes while updating ProjectAcoustics virtual speakers, use this Skill to identify thread-safety issues and implement a validated repair workflow.
Quick Start
Use the orion-project-acoustics skill to investigate my Unreal Engine ProjectAcoustics listener crash and recommend a safe fix.