Emissive.preset 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
  8. "Name": "Emissive",
  9. "RGB_Weight": "CIEXYZ",
  10. "PixelFormat": "BC7",
  11. "DiscardAlpha": true,
  12. "MipMapSetting": {
  13. "MipGenType": "Box"
  14. }
  15. },
  16. "PlatformsPresets": {
  17. "android": {
  18. "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
  19. "Name": "Emissive",
  20. "RGB_Weight": "CIEXYZ",
  21. "PixelFormat": "ASTC_4x4",
  22. "MaxTextureSize": 512,
  23. "DiscardAlpha": true,
  24. "MipMapSetting": {
  25. "MipGenType": "Box"
  26. }
  27. },
  28. "ios": {
  29. "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
  30. "Name": "Emissive",
  31. "RGB_Weight": "CIEXYZ",
  32. "PixelFormat": "ASTC_6x6",
  33. "MaxTextureSize": 512,
  34. "DiscardAlpha": true,
  35. "MipMapSetting": {
  36. "MipGenType": "Box"
  37. }
  38. },
  39. "mac": {
  40. "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
  41. "Name": "Emissive",
  42. "RGB_Weight": "CIEXYZ",
  43. "PixelFormat": "BC7",
  44. "DiscardAlpha": true,
  45. "MipMapSetting": {
  46. "MipGenType": "Box"
  47. }
  48. },
  49. "provo": {
  50. "UUID": "{07041D83-E0C3-4726-8735-CA0FE550C9A0}",
  51. "Name": "Emissive",
  52. "RGB_Weight": "CIEXYZ",
  53. "PixelFormat": "BC7",
  54. "DiscardAlpha": true,
  55. "MipMapSetting": {
  56. "MipGenType": "Box"
  57. }
  58. }
  59. }
  60. }
  61. }