AmbientOcclusion.preset 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "Type": "JsonSerialization",
  3. "Version": 1,
  4. "ClassName": "MultiplatformPresetSettings",
  5. "ClassData": {
  6. "DefaultPreset": {
  7. "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
  8. "Name": "AmbientOcclusion",
  9. "SourceColor": "Linear",
  10. "DestColor": "Linear",
  11. "PixelFormat": "BC4",
  12. "MipMapSetting": {
  13. "MipGenType": "Box"
  14. }
  15. },
  16. "PlatformsPresets": {
  17. "android": {
  18. "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
  19. "Name": "AmbientOcclusion",
  20. "SourceColor": "Linear",
  21. "DestColor": "Linear",
  22. "MaxTextureSize": 2048,
  23. "PixelFormat": "ASTC_4x4",
  24. "MipMapSetting": {
  25. "MipGenType": "Box"
  26. }
  27. },
  28. "ios": {
  29. "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
  30. "Name": "AmbientOcclusion",
  31. "SourceColor": "Linear",
  32. "DestColor": "Linear",
  33. "MaxTextureSize": 2048,
  34. "PixelFormat": "ASTC_4x4",
  35. "MipMapSetting": {
  36. "MipGenType": "Box"
  37. }
  38. },
  39. "mac": {
  40. "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
  41. "Name": "AmbientOcclusion",
  42. "SourceColor": "Linear",
  43. "DestColor": "Linear",
  44. "PixelFormat": "BC4",
  45. "MipMapSetting": {
  46. "MipGenType": "Box"
  47. }
  48. },
  49. "provo": {
  50. "UUID": "{02ED0ECE-B198-49D9-85BC-CEBA6C28546C}",
  51. "Name": "AmbientOcclusion",
  52. "SourceColor": "Linear",
  53. "DestColor": "Linear",
  54. "PixelFormat": "BC4",
  55. "MipMapSetting": {
  56. "MipGenType": "Box"
  57. }
  58. }
  59. }
  60. }
  61. }