dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,47 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Resonance Audio",
"Description": "3D audio spatialization and room acoustics simulation plugin by Google.",
"Category": "Audio",
"CreatedBy": "Google",
"CreatedByURL": "https://developers.google.com/resonance-audio",
"DocsURL": "https://developers.google.com/resonance-audio/develop/unreal/getting-started",
"MarketplaceURL": "",
"SupportURL": "https://developers.google.com/resonance-audio/community/connect",
"EnabledByDefault": true,
"CanContainContent": true,
"IsBetaVersion": true,
"Installed": false,
"Modules": [
{
"Name": "ResonanceAudio",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Android",
"IOS",
"Linux",
"Mac",
"Win64",
]
},
{
"Name": "ResonanceAudioEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit",
"PlatformAllowList": [
"Linux",
"Mac",
"Win64"
]
}
],
"Plugins": [
{
"Name": "ProceduralMeshComponent",
"Enabled": true
}
]
}