Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Wwise detection to account for Godot plugin libraries and new Unity library #853

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,8 @@ V8 = (?:^|/)v8\.dll$
Vivox[] = (?:^|/)ortp\.dll$
Vivox[] = vivox
Vorbis = vorbis
Wwise = (?:^|/)AkSoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)Ak(?:Unity)?SoundEngine(?:dll)?\.(?:bundle|dll)$
Wwise[] = (?:^|/)WwiseGDNative\.dll$
XAudio2 = (?:^|/)xaudio2_9redist\.dll$
Yarn_Spinner = (?:^|/)YarnSpinner\.dll$
ZStandard = (?:^|/)zstd\.dll$
Expand Down
11 changes: 11 additions & 0 deletions tests/types/SDK.Wwise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,14 @@ DeadByDaylight/Plugins/Wwise/ThirdParty/x64_vc160/Release/bin/AkSoundEngineDLL.d
EtG_Data/Plugins/AkSoundEngine.dll
Firewatch.app/Contents/Plugins/AkSoundEngine.bundle
YookaLaylee64_Data/Plugins/AkSoundEngine.dll
/AkUnitySoundEngine.bundle
/AkUnitySoundEngine.dll
/AkUnitySoundEnginedll.bundle
/AkUnitySoundEnginedll.dll
AkUnitySoundEngine.bundle
AkUnitySoundEngine.dll
AkUnitySoundEnginedll.bundle
AkUnitySoundEnginedll.dll
WwiseGDNative.dll
/WwiseGDNative.dll
build/windows/WwiseGDNative.dll
5 changes: 5 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,11 @@ Punkbuste
buster
/AkEngine.dll
AkSoundEnginedlll.dll
/AkUnityEngine.dll
AKUnitySoundEnginedlll.dll
WwiseGDNativedll.dll
WwiseGDNativeso.so
WwiseGDNativedll.so
Redistributables/Rockstar-Games-Launcher_exe
ockstar-Games-Launcher.exe
Rockstar-Games-Launcher.ex
Expand Down