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:
moraaar
2021-12-07 16:44:45 +00:00
committed by GitHub
parent c5615f812c
commit 8d096ebf61
2 changed files with 2 additions and 1 deletions
@@ -10,6 +10,7 @@
"RC blastmaterial": {
"glob": "*.blastmaterial",
"params": "copy",
"critical": true,
"productAssetType": "{55F38C86-0767-4E7F-830A-A4BF624BE4DA}"
},
"RC blastconfiguration": {
+1 -1
View File
@@ -442,7 +442,7 @@
"RC physmaterial": {
"glob": "*.physmaterial",
"params": "copy",
"critical": "true",
"critical": true,
"productAssetType": "{9E366D8C-33BB-4825-9A1F-FA3ADBE11D0F}"
},
"RC ocm": {