1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "MultiplatformPresetSettings",
- "ClassData": {
- "DefaultPreset": {
- "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
- "Name": "AmbientOcclusion",
- "SourceColor": "Linear",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "PlatformsPresets": {
- "android": {
- "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
- "Name": "AmbientOcclusion",
- "SourceColor": "Linear",
- "DestColor": "Linear",
- "MaxTextureSize": 2048,
- "PixelFormat": "ASTC_4x4",
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "ios": {
- "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
- "Name": "AmbientOcclusion",
- "SourceColor": "Linear",
- "DestColor": "Linear",
- "MaxTextureSize": 2048,
- "PixelFormat": "ASTC_4x4",
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "mac": {
- "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
- "Name": "AmbientOcclusion",
- "SourceColor": "Linear",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "provo": {
- "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
- "Name": "AmbientOcclusion",
- "SourceColor": "Linear",
- "DestColor": "Linear",
- "PixelFormat": "BC4",
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- }
- }
- }
- }
|