Minimap.preset 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
  8. "Name": "Minimap",
  9. "SuppressEngineReduce": true,
  10. "PixelFormat": "BC1",
  11. "IsPowerOf2": true,
  12. "SizeReduceLevel": 1,
  13. "MipMapSetting": {
  14. "MipGenType": "Box"
  15. }
  16. },
  17. "PlatformsPresets": {
  18. "android": {
  19. "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
  20. "Name": "Minimap",
  21. "SuppressEngineReduce": true,
  22. "PixelFormat": "ASTC_6x6",
  23. "IsPowerOf2": true,
  24. "SizeReduceLevel": 1,
  25. "MipMapSetting": {
  26. "MipGenType": "Box"
  27. }
  28. },
  29. "ios": {
  30. "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
  31. "Name": "Minimap",
  32. "SuppressEngineReduce": true,
  33. "PixelFormat": "ASTC_6x6",
  34. "IsPowerOf2": true,
  35. "SizeReduceLevel": 1,
  36. "MipMapSetting": {
  37. "MipGenType": "Box"
  38. }
  39. },
  40. "mac": {
  41. "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
  42. "Name": "Minimap",
  43. "SuppressEngineReduce": true,
  44. "PixelFormat": "BC1",
  45. "IsPowerOf2": true,
  46. "SizeReduceLevel": 1,
  47. "MipMapSetting": {
  48. "MipGenType": "Box"
  49. }
  50. },
  51. "provo": {
  52. "UUID": "{0D2F4C31-A665-4862-9C63-9E49A58E9A37}",
  53. "Name": "Minimap",
  54. "SuppressEngineReduce": true,
  55. "PixelFormat": "BC1",
  56. "IsPowerOf2": true,
  57. "SizeReduceLevel": 1,
  58. "MipMapSetting": {
  59. "MipGenType": "Box"
  60. }
  61. }
  62. }
  63. }
  64. }