62f7fbb665
* LYN-6793 [iOS] [asset_profile] 4 assets fail to process for iOS The issue was because the compression of ETC formats took too long. Replaced all ETC and PVRTC formats with ASTC formats. Update all pixel operation for formats with single R channel to align the change with R8. Signed-off-by: Qing Tao <qingtao@amazon.com>
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
{
|
|
"Type": "JsonSerialization",
|
|
"Version": 1,
|
|
"ClassName": "MultiplatformPresetSettings",
|
|
"ClassData": {
|
|
"DefaultPreset": {
|
|
"UUID": "{2828FBFE-BDF9-45A7-9370-F93822719CCF}",
|
|
"Name": "UserInterface_Compressed",
|
|
"SuppressEngineReduce": true,
|
|
"PixelFormat": "R8G8B8A8",
|
|
"SourceColor": "Linear",
|
|
"DestColor": "Linear",
|
|
"FileMasks": [ "_ui" ]
|
|
},
|
|
"PlatformsPresets": {
|
|
"android": {
|
|
"UUID": "{2828FBFE-BDF9-45A7-9370-F93822719CCF}",
|
|
"Name": "UserInterface_Compressed",
|
|
"SuppressEngineReduce": true,
|
|
"PixelFormat": "ASTC_6x6"
|
|
},
|
|
"ios": {
|
|
"UUID": "{2828FBFE-BDF9-45A7-9370-F93822719CCF}",
|
|
"Name": "UserInterface_Compressed",
|
|
"SuppressEngineReduce": true,
|
|
"PixelFormat": "ASTC_6x6"
|
|
},
|
|
"mac": {
|
|
"UUID": "{2828FBFE-BDF9-45A7-9370-F93822719CCF}",
|
|
"Name": "UserInterface_Compressed",
|
|
"SuppressEngineReduce": true,
|
|
"PixelFormat": "BC1"
|
|
},
|
|
"provo": {
|
|
"UUID": "{2828FBFE-BDF9-45A7-9370-F93822719CCF}",
|
|
"Name": "UserInterface_Compressed",
|
|
"SuppressEngineReduce": true,
|
|
"PixelFormat": "BC1"
|
|
}
|
|
}
|
|
}
|
|
}
|