Albedo.preset 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{08A95286-ADB2-41E4-96EB-DB48F4726D6A}",
  8. "Name": "Albedo",
  9. "RGB_Weight": "CIEXYZ",
  10. "PixelFormat": "BC1",
  11. "DiscardAlpha": true,
  12. "IsPowerOf2": true,
  13. "MipMapSetting": {
  14. "MipGenType": "Box"
  15. }
  16. },
  17. "PlatformsPresets": {
  18. "android": {
  19. "UUID": "{08A95286-ADB2-41E4-96EB-DB48F4726D6A}",
  20. "Name": "Albedo",
  21. "RGB_Weight": "CIEXYZ",
  22. "PixelFormat": "ASTC_4x4",
  23. "MaxTextureSize": 512,
  24. "DiscardAlpha": true,
  25. "IsPowerOf2": true,
  26. "MipMapSetting": {
  27. "MipGenType": "Box"
  28. }
  29. },
  30. "ios": {
  31. "UUID": "{08A95286-ADB2-41E4-96EB-DB48F4726D6A}",
  32. "Name": "Albedo",
  33. "RGB_Weight": "CIEXYZ",
  34. "PixelFormat": "ASTC_6x6",
  35. "MaxTextureSize": 512,
  36. "DiscardAlpha": true,
  37. "IsPowerOf2": true,
  38. "MipMapSetting": {
  39. "MipGenType": "Box"
  40. }
  41. },
  42. "mac": {
  43. "UUID": "{08A95286-ADB2-41E4-96EB-DB48F4726D6A}",
  44. "Name": "Albedo",
  45. "RGB_Weight": "CIEXYZ",
  46. "PixelFormat": "BC1",
  47. "DiscardAlpha": true,
  48. "IsPowerOf2": true,
  49. "MipMapSetting": {
  50. "MipGenType": "Box"
  51. }
  52. },
  53. "provo": {
  54. "UUID": "{08A95286-ADB2-41E4-96EB-DB48F4726D6A}",
  55. "Name": "Albedo",
  56. "RGB_Weight": "CIEXYZ",
  57. "PixelFormat": "BC1",
  58. "DiscardAlpha": true,
  59. "IsPowerOf2": true,
  60. "MipMapSetting": {
  61. "MipGenType": "Box"
  62. }
  63. }
  64. }
  65. }
  66. }