1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "MultiplatformPresetSettings",
- "ClassData": {
- "DefaultPreset": {
- "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
- "Name": "CloudShadows",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "IsPowerOf2": true
- },
- "PlatformsPresets": {
- "android": {
- "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
- "Name": "CloudShadows",
- "DestColor": "Linear",
- "PixelFormat": "ASTC_4x4",
- "IsPowerOf2": true
- },
- "ios": {
- "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
- "Name": "CloudShadows",
- "DestColor": "Linear",
- "PixelFormat": "ASTC_4x4",
- "IsPowerOf2": true
- },
- "mac": {
- "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
- "Name": "CloudShadows",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "IsPowerOf2": true
- },
- "provo": {
- "UUID": "{884B5F7C-44AC-4E9E-8B8A-559D098BE2C7}",
- "Name": "CloudShadows",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "IsPowerOf2": true
- }
- }
- }
- }
|