12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "MultiplatformPresetSettings",
- "ClassData": {
- "DefaultPreset": {
- "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
- "Name": "Minimap",
- "SuppressEngineReduce": true,
- "PixelFormat": "BC1",
- "IsPowerOf2": true,
- "SizeReduceLevel": 1,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "PlatformsPresets": {
- "android": {
- "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
- "Name": "Minimap",
- "SuppressEngineReduce": true,
- "PixelFormat": "ASTC_6x6",
- "IsPowerOf2": true,
- "SizeReduceLevel": 1,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "ios": {
- "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
- "Name": "Minimap",
- "SuppressEngineReduce": true,
- "PixelFormat": "ASTC_6x6",
- "IsPowerOf2": true,
- "SizeReduceLevel": 1,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "mac": {
- "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
- "Name": "Minimap",
- "SuppressEngineReduce": true,
- "PixelFormat": "BC1",
- "IsPowerOf2": true,
- "SizeReduceLevel": 1,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "provo": {
- "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
- "Name": "Minimap",
- "SuppressEngineReduce": true,
- "PixelFormat": "BC1",
- "IsPowerOf2": true,
- "SizeReduceLevel": 1,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- }
- }
- }
- }
|