GSI.preset 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
  8. "Name": "GSI",
  9. "OutputTypeHandling": "UseInputFormat",
  10. "SourceColor": "Linear",
  11. "DestColor": "Linear",
  12. "IsPowerOf2": true,
  13. "MipMapSetting": {
  14. "MipGenType": "Box"
  15. }
  16. },
  17. "PlatformsPresets": {
  18. "android": {
  19. "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
  20. "Name": "GSI",
  21. "OutputTypeHandling": "UseInputFormat",
  22. "MaxTextureSize": 2048,
  23. "SourceColor": "Linear",
  24. "DestColor": "Linear",
  25. "IsPowerOf2": true,
  26. "MipMapSetting": {
  27. "MipGenType": "Box"
  28. }
  29. },
  30. "ios": {
  31. "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
  32. "Name": "GSI",
  33. "OutputTypeHandling": "UseInputFormat",
  34. "MaxTextureSize": 2048,
  35. "SourceColor": "Linear",
  36. "DestColor": "Linear",
  37. "IsPowerOf2": true,
  38. "MipMapSetting": {
  39. "MipGenType": "Box"
  40. }
  41. },
  42. "mac": {
  43. "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
  44. "Name": "GSI",
  45. "OutputTypeHandling": "UseInputFormat",
  46. "SourceColor": "Linear",
  47. "DestColor": "Linear",
  48. "IsPowerOf2": true,
  49. "MipMapSetting": {
  50. "MipGenType": "Box"
  51. }
  52. },
  53. "provo": {
  54. "UUID": "{C5E76E09-39FA-411F-B2E2-15B47BB6AB5F}",
  55. "Name": "GSI",
  56. "OutputTypeHandling": "UseInputFormat",
  57. "SourceColor": "Linear",
  58. "DestColor": "Linear",
  59. "IsPowerOf2": true,
  60. "MipMapSetting": {
  61. "MipGenType": "Box"
  62. }
  63. }
  64. }
  65. }
  66. }