8d096ebf61
* 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>
24 lines
728 B
Plaintext
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|