You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.6 KiB
43 lines
2.6 KiB
[configuration]
|
|
|
|
entry_symbol = "wwise_library_init"
|
|
compatibility_minimum = "4.2"
|
|
reloadable = false
|
|
android_aar_plugin = true
|
|
|
|
[libraries]
|
|
|
|
windows.editor = "res://addons/Wwise/native/lib/win64/debug/libwwise.windows.template_debug.dll"
|
|
windows.debug = "res://addons/Wwise/native/lib/win64/debug/libwwise.windows.template_debug.dll"
|
|
windows.release = "res://addons/Wwise/native/lib/win64/release/libwwise.windows.template_release.dll"
|
|
macos.editor = "res://addons/Wwise/native/lib/macos/debug/libwwise.macos.template_debug.framework"
|
|
macos.debug = "res://addons/Wwise/native/lib/macos/debug/libwwise.macos.template_debug.framework"
|
|
macos.release = "res://addons/Wwise/native/lib/macos/release/libwwise.macos.template_release.framework"
|
|
linux.editor = "res://addons/Wwise/native/lib/linux/debug/libwwise.linux.template_debug.so"
|
|
linux.debug = "res://addons/Wwise/native/lib/linux/debug/libwwise.linux.template_debug.so"
|
|
linux.release = "res://addons/Wwise/native/lib/linux/release/libwwise.linux.template_release.so"
|
|
ios.debug = "res://addons/Wwise/native/lib/ios/arm64/debug/libwwise.ios.template_debug.framework"
|
|
ios.release = "res://addons/Wwise/native/lib/ios/arm64/release/libwwise.ios.template_release.framework"
|
|
android.debug.arm64 = "res://addons/Wwise/native/lib/android/debug/arm64-v8a/libWwiseAndroidPlugin.so"
|
|
android.release.arm64 = "res://addons/Wwise/native/lib/android/release/arm64-v8a/libWwiseAndroidPlugin.so"
|
|
android.debug.arm32 = "res://addons/Wwise/native/lib/android/debug/armeabi-v7a/libWwiseAndroidPlugin.so"
|
|
android.release.arm32 = "res://addons/Wwise/native/lib/android/release/armeabi-v7a/libWwiseAndroidPlugin.so"
|
|
|
|
[icons]
|
|
|
|
Wwise = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
Waapi = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
WwiseSettings = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkListener2D = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkListener3D = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkEvent2D = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkEvent3D = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkState = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkSwitch = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkBank = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkEnvironment = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkEnvironmentData = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkGeometry = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkPortal = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkRoom = "res://addons/Wwise/editor/images/Project_nor.svg"
|
|
AkEarlyReflections = "res://addons/Wwise/editor/images/Project_nor.svg" |