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>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"RC blastmaterial": {
|
||||
"glob": "*.blastmaterial",
|
||||
"params": "copy",
|
||||
"critical": true,
|
||||
"productAssetType": "{55F38C86-0767-4E7F-830A-A4BF624BE4DA}"
|
||||
},
|
||||
"RC blastconfiguration": {
|
||||
|
||||
@@ -442,7 +442,7 @@
|
||||
"RC physmaterial": {
|
||||
"glob": "*.physmaterial",
|
||||
"params": "copy",
|
||||
"critical": "true",
|
||||
"critical": true,
|
||||
"productAssetType": "{9E366D8C-33BB-4825-9A1F-FA3ADBE11D0F}"
|
||||
},
|
||||
"RC ocm": {
|
||||
|
||||
Reference in New Issue
Block a user