{ ////////////////////////////////////////////////////////////////// // // 暴露给玩家调整的设置条目,以及各设置条目的下拉选项 // 除了分辨率外的设置条目,各级选项对应的负载系数也配在这里 - ZYB // ////////////////////////////////////////////////////////////////// "settingEntry": [ { "entryType": "RenderResolution" }, { "entryType": "ShadowQuality", "availableOptions": [ "Low", "Medium", "High" ], "perfCostRatios": [ 0.9, 1.0, 1.2 ], }, { "entryType": "PostprocessEffect", "availableOptions": [ "VeryLow", "Low", "Medium", "High", "VeryHigh" ], "perfCostRatios": [ 0.8, 0.9, 1.0, 1.2, 1.5 ], }, { "entryType": "ParticleEffect", "availableOptions": [ "VeryLow", "Low", "Medium", "High" ], "perfCostRatios": [ 0.8, 0.9, 1.0, 1.2 ], }, { "entryType": "ComprehensiveQuality", "availableOptions": [ "VeryLow", "Low", "Medium", "High", "VeryHigh" ], "perfCostRatios": [ 0.8, 0.9, 1.0, 1.2, 1.5 ], }, { "entryType": "TargetFrameRate", "availableOptions": [ "30", "60" ], "perfCostRatios": [ 1.0, 2.0, ], "displayType": "Literally" }, { "entryType": "MotionBlur", "availableOptions": [ "UI_SETTING_CLOSE", "UI_SETTING_LOW", "UI_SETTING_HIGH", "UI_SETTING_VERY_HIGH" ], "perfCostRatios": [ 0.95, 1.0, 1.05, 1.1 ], "displayType": "TextMap" }, { "entryType": "Bloom", "availableOptions": [ "UI_SETTING_CLOSE", "UI_SETTING_OPEN" ], "perfCostRatios": [ 0.95, 1.0, 1.05, 1.1 ], "displayType": "TextMap" }, { "entryType": "AntiAliasing", "availableOptions": [ "UI_SETTING_CLOSE", "UI_SETTING_TAA" ], "perfCostRatios": [ 1.0, 1.05 ], "displayType": "TextMap" }, { "entryType": "CrowdDensity", "availableOptions": [ "UI_SETTING_LOW", "UI_SETTING_HIGH" ], "displayType": "TextMap" }, { "entryType": "OnlineEffect", "availableOptions": [ "UI_SETTING_MULTIEFF_HIGH", "UI_SETTING_MULTIEFF_MIDDLE", "UI_SETTING_MULTIEFF_LOW" ], "displayType": "TextMap" } ], ////////////////////////////////////////////////////////////////// // // 负载条的显示上下限,以及高负载和过高负载对应的比例 - ZYB // ////////////////////////////////////////////////////////////////// "costRatioGrade" : { "Min" : 0.4, "Middle" : 1.1, "High" : 2.1, "Max" : 2.2, }, ////////////////////////////////////////////////////////////////// // // 设置条目里的下拉选项具体对应的游戏内参数 // ////////////////////////////////////////////////////////////////// "shadowQualitySettings": { "Low": { "shadowDistance": 110, "shadowResolution": "Low", "shadowCascadeSplitCount": 4, "perObjShadowQuality": 0, "PerObjectPCF": false, "shadowBlend": false, "enableDynamicShadow": false }, "Medium": { "shadowDistance": 110, "shadowResolution": "Medium", "shadowCascadeSplitCount": 4, "perObjShadowQuality": 0, "PerObjectPCF": false, "shadowBlend": false, "enableDynamicShadow": true }, "High": { "shadowDistance": 300, "shadowResolution": "Medium", "shadowCascadeSplitCount": 4, "perObjShadowQuality": 2, "PerObjectPCF": true, "shadowBlend": true, "enableDynamicShadow": true } }, "postprocessEffectOptions": { "Default": { "useHalfShadows": true, "useShadowCache": true, "checkboardType": "None", "aoMode": "SSAO" }, "VeryLow": { "aoMode": "Disable", "fsrScale": 0.8, "avatarMotionVectorStrategy":0, }, "Low": { "aoMode": "Disable", "fsrScale": 0.8, "avatarMotionVectorStrategy":1, }, "Medium": { "avatarMotionVectorStrategy":1, }, "High": {}, "VeryHigh": {} }, "particleEffectOptions": { "Default": { "halfResolutionParticle": true, "particleEmitLevel": "Middle", "particleDecreaseThresh": 90.0 }, "VeryLow": { "halfResolutionParticle": true, "particleEmitLevel": "ExtremeLow", "particleDecreaseThresh": 70.0 }, "Low": { "halfResolutionParticle": true, "particleEmitLevel": "Low", "particleDecreaseThresh": 80.0 }, "Medium": {}, "High": { "particleEmitLevel": "Middle", "particleDecreaseThresh": 100.0 } }, "comprehensiveQualityOptions": { "VeryLow": { "shaderQualityKeyword": "MHY_SHADER_LOW", "grassQuality": "VeryLow", "levelStreamingConfig": "iOSDefault_VeryLow", "enviroConfig": "iOSDefault_VeryLow", "localLightingShadow": false, "terrainBlendDistance": 10, "shaderLODDistance": 20, "lightViewDistanceRatio": 0.5, "lightOnLevel": "Low", "entityLODConfig": "iOS_VeryLow", "textureStreamingBudget": 70.0, "terrainDistance":450, "shellCount": 0, "shellMaxObjectsCount": 0, "useCrowdConeViewOptim": true, "crowdMaxScreenNum": 10, "crowdConeViewUpdatePeriod": 5, }, "Low": { "shaderQualityKeyword": "MHY_SHADER_MIDDLE", "grassQuality": "Low", "levelStreamingConfig": "iOSDefault_Low", "enviroConfig": "iOSDefault_Middle", "localLightingShadow": false, "terrainBlendDistance": 30, "shaderLODDistance": 40, "lightViewDistanceRatio": 0.6, "lightOnLevel":"Low", "entityLODConfig": "iOS_Low", "textureStreamingBudget": 110.0, "terrainDistance":550, "shellCount": 0, "shellMaxObjectsCount": 0, "useCrowdConeViewOptim": true, "crowdMaxScreenNum": 15, "crowdConeViewUpdatePeriod": 5, }, "Medium": { "shaderQualityKeyword": "MHY_SHADER_MIDDLE", "grassQuality": "Low", "levelStreamingConfig": "iOSDefault_Middle", "enviroConfig": "iOSDefault_Middle", "localLightingShadow": true, "terrainBlendDistance": 70, "shaderLODDistance": 50, "lightViewDistanceRatio": 0.8, "lightOnLevel":"Middle", "entityLODConfig": "iOS_Middle", "textureStreamingBudget": 110.0, "terrainDistance":650, "shellCount": 0, "shellMaxObjectsCount": 0, "useCrowdConeViewOptim": true, "crowdMaxScreenNum": 20, "crowdConeViewUpdatePeriod": 5, }, "High": { "shaderQualityKeyword": "MHY_SHADER_HIGH", "grassQuality": "Middle", "levelStreamingConfig": "iOSDefault_High", "enviroConfig": "iOSDefault_Middle", "localLightingShadow": true, "terrainBlendDistance": 100, "shaderLODDistance": 80, "lightViewDistanceRatio": 0.9, "lightOnLevel":"Middle", "entityLODConfig": "iOS_High", "textureStreamingBudget": 140.0, "terrainDistance":750, "shellCount": 0, "shellMaxObjectsCount": 0, "useCrowdConeViewOptim": true, "crowdMaxScreenNum": 30, "crowdConeViewUpdatePeriod": 5, }, "VeryHigh": { "shaderQualityKeyword": "MHY_SHADER_HIGH", "grassQuality": "Middle", "levelStreamingConfig": "iOSDefault_High", "enviroConfig": "iOSDefault_Middle", "localLightingShadow": true, "terrainBlendDistance": 120, "shaderLODDistance": 100, "lightViewDistanceRatio": 1.0, "lightOnLevel": "High", "entityLODConfig": "iOS_High", "textureStreamingBudget": 200.0, "terrainDistance":850, "shellCount": 15, "shellMaxObjectsCount": 10, "useCrowdConeViewOptim": true, "crowdMaxScreenNum": 50, "crowdConeViewUpdatePeriod": 5, } }, ////////////////////////////////////////////////////////////////// // // 预设条目里的下拉选项,以及各级选项对应的各个设置条目的预设值 // ////////////////////////////////////////////////////////////////// "candidateVolatile": [ "VeryLow", "Low", "Middle", "High", "Topmost" ], "volatileSettings": { "Default": { "frameRateGrade": 1, "renderResolutionGrade": 3, "shadowQualityGrade": 2, "postprocessEffectGrade": 3, "particleEffectGrade": 3, "comprehensiveQualityGrade": 3, "MotionBlur": 3, "Bloom" : 2, "AntiAliasing": 2, "CrowdDensity": 2, "OnlineEffect": 1 }, "VeryLow": { "renderResolutionGrade": 1, "postprocessEffectGrade": 1, "shadowQualityGrade": 1, "particleEffectGrade": 1, "comprehensiveQualityGrade": 1, "MotionBlur": 1 }, "Low": { "renderResolutionGrade": 2, "postprocessEffectGrade": 2, "shadowQualityGrade": 2, "particleEffectGrade": 2, "comprehensiveQualityGrade": 2, "MotionBlur": 1 }, "Middle": { "MotionBlur": 2 }, "High": { "renderResolutionGrade": 4, "postprocessEffectGrade": 4, "particleEffectGrade": 3, "comprehensiveQualityGrade": 4 }, "Topmost": { "renderResolutionGrade": 4, "shadowQualityGrade": 3, "postprocessEffectGrade": 5, "particleEffectGrade": 4, "comprehensiveQualityGrade": 5 }, "Off": {} }, ////////////////////////////////////////////////////////////////// // // 实际设备的推荐默认值 // 分辨率的选项对应的负载系数也配在这里 - ZYB // ////////////////////////////////////////////////////////////////// "deviceSettings": { "Default": { "performanceQuality": "High", "virtualJoystickRadius": 0.5, "uiCacheConfig": "iOSDefault", "lightOnLevel": "Middle", "textureStreamingBudget": 110.0, "enableCutsceneTextureStreaming": 0, "textureStreamingEnabled": 1, "enableUICameraFullResolution": 1, "usePerObjectLightInForward":1, "preloadUIScene": 1, "qualityLevel": "Beautiful", "defaultVolatileGrade": 3, "avatarOutlineThresh": 20, "avatarShadowThresh": 30, "avatarMotionVectorThresh": 30, "grassQuality": "Low", "viewDistanceRatio": 100, "crowdSpawnDistance": 40, "crowdDespawnDistance" : 50, "disableDoF" : false, "enableSubpass" : 0, "renderResolutions": [ { "width": 1152, "height": 674, "secondWidth": 1152, "secondHeight": 674, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 674, "secondWidth": 1280, "secondHeight": 674, "perfCostRatio" : 0.8, }, { "width": 1480, "height": 786, "secondWidth": 1480, "secondHeight": 786, "perfCostRatio" : 1.0, }, { "width": 1620, "height": 828, "secondWidth": 1620, "secondHeight": 828, "perfCostRatio" : 1.5, } ] }, "EcoMode": { "recommendVolatile": "Off", "resolutionQuality": "Low" }, //ios device name: http://docs.unity3d.com/ScriptReference/iOS.DeviceGeneration.html "iPhone7Plus": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_VeryLow", "uiCacheConfig": "iOSDefault_LowMemory", "textureStreamingBudget": 110.0, //"entityLODConfig": "iOS_Low", "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 1080, "height": 720, "secondWidth": 1080, "secondHeight": 720, "perfCostRatio" : 1.0, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 2.0, } ] }, "iPhone8Plus": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "levelStreamingConfig": "iOSDefault_Low", "uiCacheConfig": "iOSDefault_LowMemory", "textureStreamingBudget": 110.0, //"entityLODConfig": "iOS_Low", "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 1140, "height": 720, "secondWidth": 1140, "secondHeight": 720, "perfCostRatio" : 1.0, }, { "width": 1380, "height": 960, "secondWidth": 1380, "secondHeight": 960, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.7 }, "iPhoneX": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "levelStreamingConfig": "iOSDefault_Low", "uiCacheConfig": "iOSDefault_LowMemory", "textureStreamingBudget": 110.0, //"entityLODConfig": "iOS_VeryLow", "renderResolutions": [ { "width": 972, "height": 600, "secondWidth": 972, "secondHeight": 600, "perfCostRatio" : 0.75, }, { "width": 1080, "height": 600, "secondWidth": 1080, "secondHeight": 600, "perfCostRatio" : 0.8, }, { "width": 1240, "height": 674, "secondWidth": 1240, "secondHeight": 674, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 750, "secondWidth": 1440, "secondHeight": 750, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.65 }, "iPhoneXS": { "defaultVolatileGrade": 3, "textureStreamingBudget": 140.0, "renderResolutions": [ { "width": 972, "height": 648, "secondWidth": 972, "secondHeight": 648, "perfCostRatio" : 0.75, }, { "width": 1080, "height": 648, "secondWidth": 1080, "secondHeight": 648, "perfCostRatio" : 0.8, }, { "width": 1360, "height": 810, "secondWidth": 1360, "secondHeight": 810, "perfCostRatio" : 1.0, }, { "width": 1500, "height": 768, "secondWidth": 1500, "secondHeight": 768, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.8 }, "iPhoneXSMax": { "defaultVolatileGrade": 3, "textureStreamingBudget": 140.0, "renderResolutions": [ { "width": 1026, "height": 648, "secondWidth": 1026, "secondHeight": 648, "perfCostRatio" : 0.75, }, { "width": 1140, "height": 648, "secondWidth": 1140, "secondHeight": 648, "perfCostRatio" : 0.8, }, { "width": 1440, "height": 810, "secondWidth": 1440, "secondHeight": 810, "perfCostRatio" : 1.0, }, { "width": 1560, "height": 828, "secondWidth": 1560, "secondHeight": 828, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.8 }, "iPhoneXR": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "levelStreamingConfig": "iOSDefault_Low", "uiCacheConfig": "iOSDefault_LowMemory", "defaultVolatileGrade": 3, "textureStreamingBudget": 110.0, "renderResolutions": [ { "width": 1062, "height": 648, "secondWidth": 1062, "secondHeight": 648, "perfCostRatio" : 0.75, }, { "width": 1180, "height": 648, "secondWidth": 1180, "secondHeight": 648, "perfCostRatio" : 0.8, }, { "width": 1320, "height": 810, "secondWidth": 1320, "secondHeight": 810, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 828, "secondWidth": 1440, "secondHeight": 828, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.8 }, "iPhone11": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone11Pro": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone11ProMax": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, //4096mb memory iPhone14,6 is iPhone SE3gen "iPhoneSE3Gen": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhoneSE2Gen": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "levelStreamingConfig": "iOSDefault_Low", "uiCacheConfig": "iOSDefault_LowMemory", "textureStreamingBudget": 110.0, "renderResolutions": [ { "width": 972, "height": 674, "secondWidth": 972, "secondHeight": 674, "perfCostRatio" : 0.75, }, { "width": 1080, "height": 674, "secondWidth": 1080, "secondHeight": 674, "perfCostRatio" : 0.8, }, { "width": 1200, "height": 786, "secondWidth": 1200, "secondHeight": 786, "perfCostRatio" : 1.0, }, { "width": 1334, "height": 828, "secondWidth": 1334, "secondHeight": 828, "perfCostRatio" : 1.5, } ] }, //512mb memory "iPadMini1Gen": { "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //1024mb memory "iPadMini2Gen": { "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //1024mb memory "iPadMini3Gen": { "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //2048mb memory "iPadMini4Gen": { "defaultVolatileGrade": 1, "levelStreamingConfig": "iOSDefault_VeryLow", "textureStreamingBudget": 70.0, "renderResolutions": [ { "width": 738, "height": 768, "secondWidth": 738, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 819, "height": 768, "secondWidth": 819, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1024, "height": 960, "secondWidth": 1024, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1152, "height": 1080, "secondWidth": 1152, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //3072mb memory "iPadMini5Gen": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_Low", "preloadUIScene": false, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio": 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio": 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio": 1.5, } ], "overrideRenderResGrade": { "VeryLow": 1, "Low": 1, "Middle": 2, "High": 3, "Topmost": 4 } }, //4096mb memory "iPadMini6Gen": { "enableUICameraFullResolution": 0, "preloadUIScene": false, "defaultVolatileGrade": 4, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //512mb memory "iPad2Gen": { "defaultVolatileGrade": 2, "levelStreamingConfig": "iOSDefault_VeryLow", "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //1024mb memory "iPad3Gen": { "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //1024mb memory "iPad4Gen": { "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //2048mb memory "iPad6Gen": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_VeryLow", "textureStreamingBudget": 70.0, "preloadUIScene": 0, "defaultVolatileGrade": 1, "renderResolutions": [ { "width": 922, "height": 960, "secondWidth": 922, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 960, "secondWidth": 1024, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1152, "height": 1080, "secondWidth": 1152, "secondHeight": 1080, "perfCostRatio" : 1.0, }, { "width": 1344, "height": 1260, "secondWidth": 1344, "secondHeight": 1260, "perfCostRatio" : 1.5, } ] }, //3072mb memory "iPad7Gen": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio": 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 0.8, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio": 1.0, }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio": 1.5, } ], "overrideRenderResGrade": { "VeryLow": 1, "Low": 1, "Middle": 2, "High": 3, "Topmost": 4 } }, //1024mb memory "iPadAir1": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 3, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1440, "height": 1080, "secondWidth": 1024, "secondHeight": 1080, "perfCostRatio" : 1.0, }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio" : 1.5, } ] }, //2048mb memory "iPadAir2": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_VeryLow", "textureStreamingBudget": 70.0, "preloadUIScene": 0, "defaultVolatileGrade": 1, "renderResolutions": [ { "width": 922, "height": 960, "secondWidth": 922, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 960, "secondWidth": 1024, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1152, "height": 1080, "secondWidth": 1152, "secondHeight": 1080, "perfCostRatio" : 1.0, }, { "width": 1344, "height": 1260, "secondWidth": 1344, "secondHeight": 1260, "perfCostRatio" : 1.5, } ] }, //3072mb memory "iPadAir3Gen": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_VeryLow", "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio": 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 0.8, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio": 1.0, }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio": 1.5, } ], "overrideRenderResGrade": { "VeryLow": 1, "Low": 1, "Middle": 2, "High": 3, "Topmost": 4 } }, //4096mb memory "iPadPro1Gen": { "enableUICameraFullResolution": 0, "levelStreamingConfig": "iOSDefault_VeryLow", "preloadUIScene": 0, "defaultVolatileGrade": 4, "renderResolutions": [ { "width": 922, "height": 768, "secondWidth": 922, "secondHeight": 768, "perfCostRatio" : 0.75, }, { "width": 1024, "height": 768, "secondWidth": 1024, "secondHeight": 768, "perfCostRatio" : 0.8, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 1.0, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.5, } ] }, //4096mb memory "iPadPro2Gen": { "defaultVolatileGrade": 3, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1440, "height": 1080, "secondWidth": 1440, "secondHeight": 1080, "perfCostRatio" : 1.0, }, { "width": 1638, "height": 1228, "secondWidth": 1638, "secondHeight": 1228, "perfCostRatio" : 1.5, } ], }, //4096mb memory "iPadPro10Inch2Gen": { "defaultVolatileGrade": 2, "levelStreamingConfig": "iOSDefault_VeryLow" }, //4096mb memory "iPadPro11Inch": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1638, "height": 1228, "secondWidth": 1638, "secondHeight": 1228, "perfCostRatio" : 1.0, }, { "width": 1910, "height": 1432, "secondWidth": 1910, "secondHeight": 1432, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.9 }, //4096mb memory "iPadPro3Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1638, "height": 1228, "secondWidth": 1638, "secondHeight": 1228, "perfCostRatio" : 1.0, }, { "width": 1910, "height": 1432, "secondWidth": 1910, "secondHeight": 1432, "perfCostRatio" : 1.5, } ], "TerrainGrassScaleFactor ": 0.9 }, //6144mb memory "iPadPro11Inch2Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1638, "height": 1228, "secondWidth": 1638, "secondHeight": 1228, "perfCostRatio" : 1.0, }, { "width": 1910, "height": 1432, "secondWidth": 1910, "secondHeight": 1432, "perfCostRatio" : 1.5, } ] }, "iPadPro11Inch3Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1382, "height": 1152, "secondWidth": 1382, "secondHeight": 1152, "perfCostRatio" : 0.75, }, { "width": 1536, "height": 1152, "secondWidth": 1536, "secondHeight": 1152, "perfCostRatio" : 0.8, }, { "width": 1966, "height": 1473, "secondWidth": 1966, "secondHeight": 1473, "perfCostRatio" : 1.0, }, { "width": 2292, "height": 1718, "secondWidth": 2292, "secondHeight": 1718, "perfCostRatio" : 1.5, } ], "deviceExtraFrameRate" : ["120"], }, //6144mb memory "iPadPro4Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio" : 0.75, }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio" : 0.8, }, { "width": 1638, "height": 1228, "secondWidth": 1638, "secondHeight": 1228, "perfCostRatio" : 1.0, }, { "width": 1910, "height": 1432, "secondWidth": 1910, "secondHeight": 1432, "perfCostRatio" : 1.5, } ] }, "iPadPro5Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1382, "height": 1152, "secondWidth": 1382, "secondHeight": 1152, "perfCostRatio" : 0.75, }, { "width": 1536, "height": 1152, "secondWidth": 1536, "secondHeight": 1152, "perfCostRatio" : 0.8, }, { "width": 1966, "height": 1473, "secondWidth": 1966, "secondHeight": 1473, "perfCostRatio" : 1.0, }, { "width": 2292, "height": 1718, "secondWidth": 2292, "secondHeight": 1718, "perfCostRatio" : 1.5, } ], "deviceExtraFrameRate": ["120"], }, //3072mb memory "iPad8Gen": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio": 0.75 }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 0.8 }, { "width": 1440, "height": 1080, "secondWidth": 1024, "secondHeight": 1080, "perfCostRatio": 1.0 }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio": 1.5 } ], "overrideRenderResGrade": { "VeryLow": 1, "Low": 1, "Middle": 2, "High": 3, "Topmost": 4 } }, //3072mb memory "iPad9Gen": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio": 0.75 }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 0.8 }, { "width": 1440, "height": 1080, "secondWidth": 1024, "secondHeight": 1080, "perfCostRatio": 1.0 }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio": 1.5 } ], "overrideRenderResGrade": { "VeryLow": 1, "Low": 1, "Middle": 2, "High": 3, "Topmost": 4 } }, "iPad12,2": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 2, "renderResolutions": [ { "width": 1152, "height": 960, "secondWidth": 1152, "secondHeight": 960, "perfCostRatio": 0.75 }, { "width": 1280, "height": 960, "secondWidth": 1280, "secondHeight": 960, "perfCostRatio": 0.8 }, { "width": 1440, "height": 1080, "secondWidth": 1024, "secondHeight": 1080, "perfCostRatio": 1.0 }, { "width": 1680, "height": 1260, "secondWidth": 1680, "secondHeight": 1260, "perfCostRatio": 1.5 } ] }, //M1 8G memory iPad13,16 & iPad13,17 is iPad Air (5th generation) "iPadAir5Gen": { "defaultVolatileGrade": 5, "renderResolutions": [ { "width": 1382, "height": 1152, "secondWidth": 1382, "secondHeight": 1152, "perfCostRatio" : 0.75, }, { "width": 1536, "height": 1152, "secondWidth": 1536, "secondHeight": 1152, "perfCostRatio" : 0.8, }, { "width": 1966, "height": 1473, "secondWidth": 1966, "secondHeight": 1473, "perfCostRatio" : 1.0, }, { "width": 2292, "height": 1718, "secondWidth": 2292, "secondHeight": 1718, "perfCostRatio" : 1.5, } ], }, //4096mb memory No confirming devices iPad Air 4 wifi "iPad13,1": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 4, "renderResolutions": [ { "width": 1209, "height": 1007, "secondWidth": 1209, "secondHeight": 960, "perfCostRatio": 0.75 }, { "width": 1343, "height": 1007, "secondWidth": 1343, "secondHeight": 960, "perfCostRatio": 0.8 }, { "width": 1511, "height": 1133, "secondWidth": 1511, "secondHeight": 1080, "perfCostRatio": 1.0 }, { "width": 1763, "height": 1322, "secondWidth": 1763, "secondHeight": 1260, "perfCostRatio": 1.5 } ] }, //4096mb memory No confirming devices iPad Air 4 wifi Cellular "iPad13,2": { "enableUICameraFullResolution": 0, "preloadUIScene": 0, "defaultVolatileGrade": 4, "renderResolutions": [ { "width": 1209, "height": 1007, "secondWidth": 1209, "secondHeight": 960, "perfCostRatio": 0.75 }, { "width": 1343, "height": 1007, "secondWidth": 1343, "secondHeight": 960, "perfCostRatio": 0.8 }, { "width": 1511, "height": 1133, "secondWidth": 1511, "secondHeight": 1080, "perfCostRatio": 1.0 }, { "width": 1763, "height": 1322, "secondWidth": 1763, "secondHeight": 1260, "perfCostRatio": 1.5 } ] }, "iPhone13Mini": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8, "renderResolutions": [ { "width": 933, "height": 607, "secondWidth": 933, "secondHeight": 607, "perfCostRatio" : 0.75, }, { "width": 1037, "height": 607, "secondWidth": 1037, "secondHeight": 607, "perfCostRatio" : 0.8, }, { "width": 1199, "height": 707, "secondWidth": 1199, "secondHeight": 707, "perfCostRatio" : 1.0, }, { "width": 1458, "height": 745, "secondWidth": 1458, "secondHeight": 745, "perfCostRatio" : 1.5, } ] }, "iPhone13": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone13Pro": { "defaultVolatileGrade": 4, "textureStreamingBudget": 200.0, "TerrainGrassScaleFactor ": 0.8, "deviceExtraFrameRate": ["120"], }, "iPhone13ProMax": { "defaultVolatileGrade": 4, "textureStreamingBudget": 200.0, "TerrainGrassScaleFactor ": 0.8, "deviceExtraFrameRate": ["120"], }, "iPhone12Mini": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8, "renderResolutions": [ { "width": 933, "height": 607, "secondWidth": 933, "secondHeight": 607, "perfCostRatio" : 0.75, }, { "width": 1037, "height": 607, "secondWidth": 1037, "secondHeight": 607, "perfCostRatio" : 0.8, }, { "width": 1199, "height": 707, "secondWidth": 1199, "secondHeight": 707, "perfCostRatio" : 1.0, }, { "width": 1458, "height": 745, "secondWidth": 1458, "secondHeight": 745, "perfCostRatio" : 1.5, } ] }, "iPhone12": { "defaultVolatileGrade": 4, "textureStreamingBudget": 140.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone12Pro": { "defaultVolatileGrade": 4, "textureStreamingBudget": 200.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone12ProMax": { "defaultVolatileGrade": 4, "textureStreamingBudget": 200.0, "TerrainGrassScaleFactor ": 0.8 }, "iPhone8": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 888, "height": 640, "secondWidth": 888, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 912, "height": 640, "secondWidth": 912, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, "iPhoneSE1Gen": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 888, "height": 640, "secondWidth": 888, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 912, "height": 640, "secondWidth": 912, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, "iPhone6S": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 888, "height": 640, "secondWidth": 888, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 912, "height": 640, "secondWidth": 912, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, "iPhone6SPlus": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 972, "height": 674, "secondWidth": 972, "secondHeight": 674, "perfCostRatio" : 0.75, }, { "width": 999, "height": 674, "secondWidth": 999, "secondHeight": 674, "perfCostRatio" : 0.8, }, { "width": 1026, "height": 674, "secondWidth": 1026, "secondHeight": 674, "perfCostRatio" : 0.8, }, { "width": 1080, "height": 674, "secondWidth": 1080, "secondHeight": 674, "perfCostRatio" : 0.8, } ] }, "iPhone7": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 864, "height": 640, "secondWidth": 864, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 888, "height": 640, "secondWidth": 888, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 912, "height": 640, "secondWidth": 912, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 960, "height": 640, "secondWidth": 960, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, //2048mb memory "iPad5Gen": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 691, "height": 640, "secondWidth": 691, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 710, "height": 640, "secondWidth": 710, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 730, "height": 640, "secondWidth": 730, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 768, "height": 640, "secondWidth": 768, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, //2048mb memory "iPadPro10Inch1Gen": { "defaultVolatileGrade": 1, "textureStreamingBudget": 70.0, "levelStreamingConfig": "iOSDefault_VeryLow", "TerrainGrassScaleFactor ": 0.6, "renderResolutions": [ { "width": 691, "height": 640, "secondWidth": 691, "secondHeight": 640, "perfCostRatio" : 0.75, }, { "width": 710, "height": 640, "secondWidth": 710, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 730, "height": 640, "secondWidth": 730, "secondHeight": 640, "perfCostRatio" : 0.8, }, { "width": 768, "height": 640, "secondWidth": 768, "secondHeight": 640, "perfCostRatio" : 0.8, } ] }, "iPhoneUnknown": { "defaultVolatileGrade": 4 }, "iPadUnknown": { "defaultVolatileGrade": 4, "TerrainGrassScaleFactor ": 0.8 }, "iPodTouchUnknown": {} }, "performanceSettings": { "High": {}, "Middle": {}, "Low": {} }, "levelStreamingCostMap": { "iOSDefault_High": 4, "iOSDefault_Middle": 3, "iOSDefault_Low": 2, "iOSDefault_VeryLow": 1 }, "fadeDistanceQualitySettings" : { "Low" : { "tintDistance" : 29, "tintSize" : 36 }, "Middle" : { "tintDistance" : 40, "tintSize" : 48 }, "High" : { "tintDistance" : 51, "tintSize" : 60 } }, "globalTokenSettings" : { "actionTokenGroup" : "IOS" } }