Files
o3de/Gems/Blast/AssetProcessorGemConfig.setreg
T
alexpete 36c4e827bd Integrating latest from github/staging
Integrating up through commit 5e1bdae
2021-03-26 14:32:02 -07:00

23 lines
690 B
Plaintext

{
"Amazon": {
"AssetProcessor": {
"Settings": {
"RC Blast Asset": {
"glob": "*.blast",
"params": "copy",
"productAssetType": "{5BBFE65A-B2F7-4752-A12A-8B44A07D88EB}"
},
"RC blastmaterial": {
"glob": "*.blastmaterial",
"params": "copy",
"productAssetType": "{55F38C86-0767-4E7F-830A-A4BF624BE4DA}"
},
"RC blastconfiguration": {
"glob": "*.blastconfiguration",
"params": "copy"
}
}
}
}
}