1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "Type": "JsonSerialization",
- "Version": 1,
- "ClassName": "MultiplatformPresetSettings",
- "ClassData": {
- "DefaultPreset": {
- "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
- "Name": "Emissive",
- "RGB_Weight": "CIEXYZ",
- "PixelFormat": "BC7",
- "DiscardAlpha": true,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "PlatformsPresets": {
- "android": {
- "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
- "Name": "Emissive",
- "RGB_Weight": "CIEXYZ",
- "PixelFormat": "ASTC_4x4",
- "MaxTextureSize": 512,
- "DiscardAlpha": true,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "ios": {
- "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
- "Name": "Emissive",
- "RGB_Weight": "CIEXYZ",
- "PixelFormat": "ASTC_6x6",
- "MaxTextureSize": 512,
- "DiscardAlpha": true,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "mac": {
- "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
- "Name": "Emissive",
- "RGB_Weight": "CIEXYZ",
- "PixelFormat": "BC7",
- "DiscardAlpha": true,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- },
- "provo": {
- "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
- "Name": "Emissive",
- "RGB_Weight": "CIEXYZ",
- "PixelFormat": "BC7",
- "DiscardAlpha": true,
- "MipMapSetting": {
- "MipGenType": "Box"
- }
- }
- }
- }
- }
|