Files
o3de/Gems/Blast/AssetProcessorGemConfig.setreg
moraaar 8d096ebf61 Fixed critical json property. (#6205)
* Fixing critical tag as it needs a boolean, not a string.

Signed-off-by: moraaar <moraaar@amazon.com>

* Marking blast material library assets as criticals since it's necessary to be ready before the editor opens

Signed-off-by: moraaar <moraaar@amazon.com>
2021-12-07 16:44:45 +00:00

24 lines
728 B
Plaintext

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