├── .gitattributes ├── .gitignore ├── .gitmodules ├── .yamato └── ci-test.yml ├── LICENSE.md ├── README.md ├── SynthDet ├── .collabignore ├── .gitattributes ├── .gitignore ├── Assets │ ├── Background Textures.meta │ ├── Background Textures │ │ ├── Avocado.meta │ │ ├── Avocado │ │ │ ├── Avocado_001.jpg │ │ │ ├── Avocado_001.jpg.meta │ │ │ ├── Avocado_002.jpg │ │ │ ├── Avocado_002.jpg.meta │ │ │ ├── Avocado_003.jpg │ │ │ ├── Avocado_003.jpg.meta │ │ │ ├── Avocado_004.jpg │ │ │ ├── Avocado_004.jpg.meta │ │ │ ├── Avocado_005.jpg │ │ │ ├── Avocado_005.jpg.meta │ │ │ ├── Avocado_006.jpg │ │ │ ├── Avocado_006.jpg.meta │ │ │ ├── Avocado_007.jpg │ │ │ ├── Avocado_007.jpg.meta │ │ │ ├── Avocado_008.jpg │ │ │ ├── Avocado_008.jpg.meta │ │ │ ├── Avocado_009.jpg │ │ │ ├── Avocado_009.jpg.meta │ │ │ ├── Avocado_010.jpg │ │ │ ├── Avocado_010.jpg.meta │ │ │ ├── Avocado_011.jpg │ │ │ ├── Avocado_011.jpg.meta │ │ │ ├── Avocado_012.jpg │ │ │ ├── Avocado_012.jpg.meta │ │ │ ├── Avocado_013.jpg │ │ │ ├── Avocado_013.jpg.meta │ │ │ ├── Avocado_014.jpg │ │ │ ├── Avocado_014.jpg.meta │ │ │ ├── Avocado_015.jpg │ │ │ ├── Avocado_015.jpg.meta │ │ │ ├── Avocado_016.jpg │ │ │ ├── Avocado_016.jpg.meta │ │ │ ├── Avocado_017.jpg │ │ │ ├── Avocado_017.jpg.meta │ │ │ ├── Avocado_018.jpg │ │ │ ├── Avocado_018.jpg.meta │ │ │ ├── Avocado_019.jpg │ │ │ ├── Avocado_019.jpg.meta │ │ │ ├── Avocado_020.jpg │ │ │ ├── Avocado_020.jpg.meta │ │ │ ├── Avocado_021.jpg │ │ │ ├── Avocado_021.jpg.meta │ │ │ ├── Avocado_022.jpg │ │ │ ├── Avocado_022.jpg.meta │ │ │ ├── Avocado_023.jpg │ │ │ ├── Avocado_023.jpg.meta │ │ │ ├── Avocado_024.jpg │ │ │ ├── Avocado_024.jpg.meta │ │ │ ├── Avocado_025.jpg │ │ │ ├── Avocado_025.jpg.meta │ │ │ ├── Avocado_026.jpg │ │ │ ├── Avocado_026.jpg.meta │ │ │ ├── Avocado_027.jpg │ │ │ ├── Avocado_027.jpg.meta │ │ │ ├── Avocado_028.jpg │ │ │ ├── Avocado_028.jpg.meta │ │ │ ├── Avocado_029.jpg │ │ │ ├── Avocado_029.jpg.meta │ │ │ ├── Avocado_030.jpg │ │ │ ├── Avocado_030.jpg.meta │ │ │ ├── Avocado_031.jpg │ │ │ ├── Avocado_031.jpg.meta │ │ │ ├── Avocado_032.jpg │ │ │ ├── Avocado_032.jpg.meta │ │ │ ├── Avocado_033.jpg │ │ │ ├── Avocado_033.jpg.meta │ │ │ ├── Avocado_034.jpg │ │ │ ├── Avocado_034.jpg.meta │ │ │ ├── Avocado_035.jpg │ │ │ ├── Avocado_035.jpg.meta │ │ │ ├── Avocado_036.jpg │ │ │ ├── Avocado_036.jpg.meta │ │ │ ├── Avocado_037.jpg │ │ │ ├── Avocado_037.jpg.meta │ │ │ ├── Avocado_038.jpg │ │ │ ├── Avocado_038.jpg.meta │ │ │ ├── Avocado_039.jpg │ │ │ ├── Avocado_039.jpg.meta │ │ │ ├── Avocado_040.jpg │ │ │ ├── Avocado_040.jpg.meta │ │ │ ├── Avocado_041.jpg │ │ │ └── Avocado_041.jpg.meta │ │ ├── Kiwi.meta │ │ ├── Kiwi │ │ │ ├── Kiwi_001.jpg │ │ │ ├── Kiwi_001.jpg.meta │ │ │ ├── Kiwi_002.jpg │ │ │ ├── Kiwi_002.jpg.meta │ │ │ ├── Kiwi_003.jpg │ │ │ ├── Kiwi_003.jpg.meta │ │ │ ├── Kiwi_004.jpg │ │ │ ├── Kiwi_004.jpg.meta │ │ │ ├── Kiwi_005.jpg │ │ │ ├── Kiwi_005.jpg.meta │ │ │ ├── Kiwi_006.jpg │ │ │ ├── Kiwi_006.jpg.meta │ │ │ ├── Kiwi_007.jpg │ │ │ ├── Kiwi_007.jpg.meta │ │ │ ├── Kiwi_008.jpg │ │ │ ├── Kiwi_008.jpg.meta │ │ │ ├── Kiwi_009.jpg │ │ │ ├── Kiwi_009.jpg.meta │ │ │ ├── Kiwi_010.jpg │ │ │ ├── Kiwi_010.jpg.meta │ │ │ ├── Kiwi_011.jpg │ │ │ ├── Kiwi_011.jpg.meta │ │ │ ├── Kiwi_012.jpg │ │ │ ├── Kiwi_012.jpg.meta │ │ │ ├── Kiwi_013.jpg │ │ │ ├── Kiwi_013.jpg.meta │ │ │ ├── Kiwi_014.jpg │ │ │ ├── Kiwi_014.jpg.meta │ │ │ ├── Kiwi_015.jpg │ │ │ ├── Kiwi_015.jpg.meta │ │ │ ├── Kiwi_016.jpg │ │ │ ├── Kiwi_016.jpg.meta │ │ │ ├── Kiwi_017.jpg │ │ │ ├── Kiwi_017.jpg.meta │ │ │ ├── Kiwi_018.jpg │ │ │ ├── Kiwi_018.jpg.meta │ │ │ ├── Kiwi_019.jpg │ │ │ ├── Kiwi_019.jpg.meta │ │ │ ├── Kiwi_020.jpg │ │ │ ├── Kiwi_020.jpg.meta │ │ │ ├── Kiwi_021.jpg │ │ │ ├── Kiwi_021.jpg.meta │ │ │ ├── Kiwi_022.jpg │ │ │ ├── Kiwi_022.jpg.meta │ │ │ ├── Kiwi_023.jpg │ │ │ ├── Kiwi_023.jpg.meta │ │ │ ├── Kiwi_024.jpg │ │ │ ├── Kiwi_024.jpg.meta │ │ │ ├── Kiwi_025.jpg │ │ │ ├── Kiwi_025.jpg.meta │ │ │ ├── Kiwi_026.jpg │ │ │ ├── Kiwi_026.jpg.meta │ │ │ ├── Kiwi_027.jpg │ │ │ ├── Kiwi_027.jpg.meta │ │ │ ├── Kiwi_028.jpg │ │ │ ├── Kiwi_028.jpg.meta │ │ │ ├── Kiwi_029.jpg │ │ │ ├── Kiwi_029.jpg.meta │ │ │ ├── Kiwi_030.jpg │ │ │ ├── Kiwi_030.jpg.meta │ │ │ ├── Kiwi_031.jpg │ │ │ ├── Kiwi_031.jpg.meta │ │ │ ├── Kiwi_032.jpg │ │ │ ├── Kiwi_032.jpg.meta │ │ │ ├── Kiwi_033.jpg │ │ │ ├── Kiwi_033.jpg.meta │ │ │ ├── Kiwi_034.jpg │ │ │ ├── Kiwi_034.jpg.meta │ │ │ ├── Kiwi_035.jpg │ │ │ ├── Kiwi_035.jpg.meta │ │ │ ├── Kiwi_036.jpg │ │ │ ├── Kiwi_036.jpg.meta │ │ │ ├── Kiwi_037.jpg │ │ │ ├── Kiwi_037.jpg.meta │ │ │ ├── Kiwi_038.jpg │ │ │ ├── Kiwi_038.jpg.meta │ │ │ ├── Kiwi_039.jpg │ │ │ ├── Kiwi_039.jpg.meta │ │ │ ├── Kiwi_040.jpg │ │ │ ├── Kiwi_040.jpg.meta │ │ │ ├── Kiwi_041.jpg │ │ │ ├── Kiwi_041.jpg.meta │ │ │ ├── Kiwi_042.jpg │ │ │ ├── Kiwi_042.jpg.meta │ │ │ ├── Kiwi_043.jpg │ │ │ ├── Kiwi_043.jpg.meta │ │ │ ├── Kiwi_044.jpg │ │ │ ├── Kiwi_044.jpg.meta │ │ │ ├── Kiwi_045.jpg │ │ │ ├── Kiwi_045.jpg.meta │ │ │ ├── Kiwi_046.jpg │ │ │ └── Kiwi_046.jpg.meta │ │ ├── LICENSE.txt │ │ ├── LICENSE.txt.meta │ │ ├── Lime.meta │ │ ├── Lime │ │ │ ├── Lime_001.jpg │ │ │ ├── Lime_001.jpg.meta │ │ │ ├── Lime_002.jpg │ │ │ ├── Lime_002.jpg.meta │ │ │ ├── Lime_003.jpg │ │ │ ├── Lime_003.jpg.meta │ │ │ ├── Lime_004.jpg │ │ │ ├── Lime_004.jpg.meta │ │ │ ├── Lime_005.jpg │ │ │ ├── Lime_005.jpg.meta │ │ │ ├── Lime_006.jpg │ │ │ ├── Lime_006.jpg.meta │ │ │ ├── Lime_007.jpg │ │ │ ├── Lime_007.jpg.meta │ │ │ ├── Lime_008.jpg │ │ │ ├── Lime_008.jpg.meta │ │ │ ├── Lime_009.jpg │ │ │ ├── Lime_009.jpg.meta │ │ │ ├── Lime_010.jpg │ │ │ ├── Lime_010.jpg.meta │ │ │ ├── Lime_011.jpg │ │ │ ├── Lime_011.jpg.meta │ │ │ ├── Lime_012.jpg │ │ │ ├── Lime_012.jpg.meta │ │ │ ├── Lime_013.jpg │ │ │ ├── Lime_013.jpg.meta │ │ │ ├── Lime_014.jpg │ │ │ ├── Lime_014.jpg.meta │ │ │ ├── Lime_015.jpg │ │ │ ├── Lime_015.jpg.meta │ │ │ ├── Lime_016.jpg │ │ │ ├── Lime_016.jpg.meta │ │ │ ├── Lime_017.jpg │ │ │ ├── Lime_017.jpg.meta │ │ │ ├── Lime_018.jpg │ │ │ ├── Lime_018.jpg.meta │ │ │ ├── Lime_019.jpg │ │ │ ├── Lime_019.jpg.meta │ │ │ ├── Lime_020.jpg │ │ │ ├── Lime_020.jpg.meta │ │ │ ├── Lime_021.jpg │ │ │ ├── Lime_021.jpg.meta │ │ │ ├── Lime_022.jpg │ │ │ ├── Lime_022.jpg.meta │ │ │ ├── Lime_023.jpg │ │ │ ├── Lime_023.jpg.meta │ │ │ ├── Lime_024.jpg │ │ │ ├── Lime_024.jpg.meta │ │ │ ├── Lime_025.jpg │ │ │ ├── Lime_025.jpg.meta │ │ │ ├── Lime_026.jpg │ │ │ ├── Lime_026.jpg.meta │ │ │ ├── Lime_027.jpg │ │ │ ├── Lime_027.jpg.meta │ │ │ ├── Lime_028.jpg │ │ │ ├── Lime_028.jpg.meta │ │ │ ├── Lime_029.jpg │ │ │ ├── Lime_029.jpg.meta │ │ │ ├── Lime_030.jpg │ │ │ ├── Lime_030.jpg.meta │ │ │ ├── Lime_031.jpg │ │ │ └── Lime_031.jpg.meta │ │ ├── Melon.meta │ │ ├── Melon │ │ │ ├── Cantaloupe.meta │ │ │ ├── Cantaloupe │ │ │ │ ├── Cantaloupe_001.jpg │ │ │ │ ├── Cantaloupe_001.jpg.meta │ │ │ │ ├── Cantaloupe_002.jpg │ │ │ │ ├── Cantaloupe_002.jpg.meta │ │ │ │ ├── Cantaloupe_003.jpg │ │ │ │ ├── Cantaloupe_003.jpg.meta │ │ │ │ ├── Cantaloupe_004.jpg │ │ │ │ ├── Cantaloupe_004.jpg.meta │ │ │ │ ├── Cantaloupe_005.jpg │ │ │ │ ├── Cantaloupe_005.jpg.meta │ │ │ │ ├── Cantaloupe_006.jpg │ │ │ │ ├── Cantaloupe_006.jpg.meta │ │ │ │ ├── Cantaloupe_007.jpg │ │ │ │ ├── Cantaloupe_007.jpg.meta │ │ │ │ ├── Cantaloupe_008.jpg │ │ │ │ ├── Cantaloupe_008.jpg.meta │ │ │ │ ├── Cantaloupe_009.jpg │ │ │ │ ├── Cantaloupe_009.jpg.meta │ │ │ │ ├── Cantaloupe_010.jpg │ │ │ │ ├── Cantaloupe_010.jpg.meta │ │ │ │ ├── Cantaloupe_011.jpg │ │ │ │ ├── Cantaloupe_011.jpg.meta │ │ │ │ ├── Cantaloupe_012.jpg │ │ │ │ ├── Cantaloupe_012.jpg.meta │ │ │ │ ├── Cantaloupe_013.jpg │ │ │ │ ├── Cantaloupe_013.jpg.meta │ │ │ │ ├── Cantaloupe_014.jpg │ │ │ │ ├── Cantaloupe_014.jpg.meta │ │ │ │ ├── Cantaloupe_015.jpg │ │ │ │ ├── Cantaloupe_015.jpg.meta │ │ │ │ ├── Cantaloupe_016.jpg │ │ │ │ ├── Cantaloupe_016.jpg.meta │ │ │ │ ├── Cantaloupe_017.jpg │ │ │ │ ├── Cantaloupe_017.jpg.meta │ │ │ │ ├── Cantaloupe_018.jpg │ │ │ │ ├── Cantaloupe_018.jpg.meta │ │ │ │ ├── Cantaloupe_019.jpg │ │ │ │ ├── Cantaloupe_019.jpg.meta │ │ │ │ ├── Cantaloupe_020.jpg │ │ │ │ ├── Cantaloupe_020.jpg.meta │ │ │ │ ├── Cantaloupe_021.jpg │ │ │ │ ├── Cantaloupe_021.jpg.meta │ │ │ │ ├── Cantaloupe_022.jpg │ │ │ │ ├── Cantaloupe_022.jpg.meta │ │ │ │ ├── Cantaloupe_023.jpg │ │ │ │ ├── Cantaloupe_023.jpg.meta │ │ │ │ ├── Cantaloupe_024.jpg │ │ │ │ ├── Cantaloupe_024.jpg.meta │ │ │ │ ├── Cantaloupe_025.jpg │ │ │ │ ├── Cantaloupe_025.jpg.meta │ │ │ │ ├── Cantaloupe_026.jpg │ │ │ │ ├── Cantaloupe_026.jpg.meta │ │ │ │ ├── Cantaloupe_027.jpg │ │ │ │ ├── Cantaloupe_027.jpg.meta │ │ │ │ ├── Cantaloupe_028.jpg │ │ │ │ ├── Cantaloupe_028.jpg.meta │ │ │ │ ├── Cantaloupe_029.jpg │ │ │ │ ├── Cantaloupe_029.jpg.meta │ │ │ │ ├── Cantaloupe_030.jpg │ │ │ │ ├── Cantaloupe_030.jpg.meta │ │ │ │ ├── Cantaloupe_031.jpg │ │ │ │ ├── Cantaloupe_031.jpg.meta │ │ │ │ ├── Cantaloupe_032.jpg │ │ │ │ ├── Cantaloupe_032.jpg.meta │ │ │ │ ├── Cantaloupe_033.jpg │ │ │ │ ├── Cantaloupe_033.jpg.meta │ │ │ │ ├── Cantaloupe_034.jpg │ │ │ │ ├── Cantaloupe_034.jpg.meta │ │ │ │ ├── Cantaloupe_035.jpg │ │ │ │ ├── Cantaloupe_035.jpg.meta │ │ │ │ ├── Cantaloupe_036.jpg │ │ │ │ ├── Cantaloupe_036.jpg.meta │ │ │ │ ├── Cantaloupe_037.jpg │ │ │ │ ├── Cantaloupe_037.jpg.meta │ │ │ │ ├── Cantaloupe_038.jpg │ │ │ │ ├── Cantaloupe_038.jpg.meta │ │ │ │ ├── Cantaloupe_039.jpg │ │ │ │ └── Cantaloupe_039.jpg.meta │ │ │ ├── Galia-Melon.meta │ │ │ ├── Galia-Melon │ │ │ │ ├── Galia-Melon_001.jpg │ │ │ │ ├── Galia-Melon_001.jpg.meta │ │ │ │ ├── Galia-Melon_002.jpg │ │ │ │ ├── Galia-Melon_002.jpg.meta │ │ │ │ ├── Galia-Melon_003.jpg │ │ │ │ ├── Galia-Melon_003.jpg.meta │ │ │ │ ├── Galia-Melon_004.jpg │ │ │ │ ├── Galia-Melon_004.jpg.meta │ │ │ │ ├── Galia-Melon_005.jpg │ │ │ │ ├── Galia-Melon_005.jpg.meta │ │ │ │ ├── Galia-Melon_006.jpg │ │ │ │ ├── Galia-Melon_006.jpg.meta │ │ │ │ ├── Galia-Melon_007.jpg │ │ │ │ ├── Galia-Melon_007.jpg.meta │ │ │ │ ├── Galia-Melon_008.jpg │ │ │ │ ├── Galia-Melon_008.jpg.meta │ │ │ │ ├── Galia-Melon_009.jpg │ │ │ │ ├── Galia-Melon_009.jpg.meta │ │ │ │ ├── Galia-Melon_010.jpg │ │ │ │ ├── Galia-Melon_010.jpg.meta │ │ │ │ ├── Galia-Melon_011.jpg │ │ │ │ ├── Galia-Melon_011.jpg.meta │ │ │ │ ├── Galia-Melon_012.jpg │ │ │ │ ├── Galia-Melon_012.jpg.meta │ │ │ │ ├── Galia-Melon_013.jpg │ │ │ │ ├── Galia-Melon_013.jpg.meta │ │ │ │ ├── Galia-Melon_014.jpg │ │ │ │ ├── Galia-Melon_014.jpg.meta │ │ │ │ ├── Galia-Melon_015.jpg │ │ │ │ ├── Galia-Melon_015.jpg.meta │ │ │ │ ├── Galia-Melon_016.jpg │ │ │ │ ├── Galia-Melon_016.jpg.meta │ │ │ │ ├── Galia-Melon_017.jpg │ │ │ │ ├── Galia-Melon_017.jpg.meta │ │ │ │ ├── Galia-Melon_018.jpg │ │ │ │ ├── Galia-Melon_018.jpg.meta │ │ │ │ ├── Galia-Melon_019.jpg │ │ │ │ ├── Galia-Melon_019.jpg.meta │ │ │ │ ├── Galia-Melon_020.jpg │ │ │ │ ├── Galia-Melon_020.jpg.meta │ │ │ │ ├── Galia-Melon_021.jpg │ │ │ │ ├── Galia-Melon_021.jpg.meta │ │ │ │ ├── Galia-Melon_022.jpg │ │ │ │ ├── Galia-Melon_022.jpg.meta │ │ │ │ ├── Galia-Melon_023.jpg │ │ │ │ ├── Galia-Melon_023.jpg.meta │ │ │ │ ├── Galia-Melon_024.jpg │ │ │ │ ├── Galia-Melon_024.jpg.meta │ │ │ │ ├── Galia-Melon_025.jpg │ │ │ │ ├── Galia-Melon_025.jpg.meta │ │ │ │ ├── Galia-Melon_026.jpg │ │ │ │ ├── Galia-Melon_026.jpg.meta │ │ │ │ ├── Galia-Melon_027.jpg │ │ │ │ ├── Galia-Melon_027.jpg.meta │ │ │ │ ├── Galia-Melon_028.jpg │ │ │ │ ├── Galia-Melon_028.jpg.meta │ │ │ │ ├── Galia-Melon_029.jpg │ │ │ │ ├── Galia-Melon_029.jpg.meta │ │ │ │ ├── Galia-Melon_030.jpg │ │ │ │ ├── Galia-Melon_030.jpg.meta │ │ │ │ ├── Galia-Melon_031.jpg │ │ │ │ ├── Galia-Melon_031.jpg.meta │ │ │ │ ├── Galia-Melon_032.jpg │ │ │ │ ├── Galia-Melon_032.jpg.meta │ │ │ │ ├── Galia-Melon_033.jpg │ │ │ │ └── Galia-Melon_033.jpg.meta │ │ │ ├── Honeydew-Melon.meta │ │ │ ├── Honeydew-Melon │ │ │ │ ├── Honeydew-Melon_001.jpg │ │ │ │ ├── Honeydew-Melon_001.jpg.meta │ │ │ │ ├── Honeydew-Melon_002.jpg │ │ │ │ ├── Honeydew-Melon_002.jpg.meta │ │ │ │ ├── Honeydew-Melon_003.jpg │ │ │ │ ├── Honeydew-Melon_003.jpg.meta │ │ │ │ ├── Honeydew-Melon_004.jpg │ │ │ │ ├── Honeydew-Melon_004.jpg.meta │ │ │ │ ├── Honeydew-Melon_005.jpg │ │ │ │ ├── Honeydew-Melon_005.jpg.meta │ │ │ │ ├── Honeydew-Melon_006.jpg │ │ │ │ ├── Honeydew-Melon_006.jpg.meta │ │ │ │ ├── Honeydew-Melon_007.jpg │ │ │ │ ├── Honeydew-Melon_007.jpg.meta │ │ │ │ ├── Honeydew-Melon_008.jpg │ │ │ │ ├── Honeydew-Melon_008.jpg.meta │ │ │ │ ├── Honeydew-Melon_009.jpg │ │ │ │ ├── Honeydew-Melon_009.jpg.meta │ │ │ │ ├── Honeydew-Melon_010.jpg │ │ │ │ ├── Honeydew-Melon_010.jpg.meta │ │ │ │ ├── Honeydew-Melon_011.jpg │ │ │ │ ├── Honeydew-Melon_011.jpg.meta │ │ │ │ ├── Honeydew-Melon_012.jpg │ │ │ │ ├── Honeydew-Melon_012.jpg.meta │ │ │ │ ├── Honeydew-Melon_013.jpg │ │ │ │ ├── Honeydew-Melon_013.jpg.meta │ │ │ │ ├── Honeydew-Melon_014.jpg │ │ │ │ ├── Honeydew-Melon_014.jpg.meta │ │ │ │ ├── Honeydew-Melon_015.jpg │ │ │ │ ├── Honeydew-Melon_015.jpg.meta │ │ │ │ ├── Honeydew-Melon_016.jpg │ │ │ │ ├── Honeydew-Melon_016.jpg.meta │ │ │ │ ├── Honeydew-Melon_017.jpg │ │ │ │ ├── Honeydew-Melon_017.jpg.meta │ │ │ │ ├── Honeydew-Melon_018.jpg │ │ │ │ ├── Honeydew-Melon_018.jpg.meta │ │ │ │ ├── Honeydew-Melon_019.jpg │ │ │ │ ├── Honeydew-Melon_019.jpg.meta │ │ │ │ ├── Honeydew-Melon_020.jpg │ │ │ │ ├── Honeydew-Melon_020.jpg.meta │ │ │ │ ├── Honeydew-Melon_021.jpg │ │ │ │ ├── Honeydew-Melon_021.jpg.meta │ │ │ │ ├── Honeydew-Melon_022.jpg │ │ │ │ ├── Honeydew-Melon_022.jpg.meta │ │ │ │ ├── Honeydew-Melon_023.jpg │ │ │ │ ├── Honeydew-Melon_023.jpg.meta │ │ │ │ ├── Honeydew-Melon_024.jpg │ │ │ │ ├── Honeydew-Melon_024.jpg.meta │ │ │ │ ├── Honeydew-Melon_025.jpg │ │ │ │ ├── Honeydew-Melon_025.jpg.meta │ │ │ │ ├── Honeydew-Melon_026.jpg │ │ │ │ ├── Honeydew-Melon_026.jpg.meta │ │ │ │ ├── Honeydew-Melon_027.jpg │ │ │ │ ├── Honeydew-Melon_027.jpg.meta │ │ │ │ ├── Honeydew-Melon_028.jpg │ │ │ │ ├── Honeydew-Melon_028.jpg.meta │ │ │ │ ├── Honeydew-Melon_029.jpg │ │ │ │ ├── Honeydew-Melon_029.jpg.meta │ │ │ │ ├── Honeydew-Melon_030.jpg │ │ │ │ ├── Honeydew-Melon_030.jpg.meta │ │ │ │ ├── Honeydew-Melon_031.jpg │ │ │ │ ├── Honeydew-Melon_031.jpg.meta │ │ │ │ ├── Honeydew-Melon_032.jpg │ │ │ │ ├── Honeydew-Melon_032.jpg.meta │ │ │ │ ├── Honeydew-Melon_033.jpg │ │ │ │ ├── Honeydew-Melon_033.jpg.meta │ │ │ │ ├── Honeydew-Melon_034.jpg │ │ │ │ ├── Honeydew-Melon_034.jpg.meta │ │ │ │ ├── Honeydew-Melon_035.jpg │ │ │ │ ├── Honeydew-Melon_035.jpg.meta │ │ │ │ ├── Honeydew-Melon_036.jpg │ │ │ │ └── Honeydew-Melon_036.jpg.meta │ │ │ ├── Watermelon.meta │ │ │ └── Watermelon │ │ │ │ ├── Watermelon_001.jpg │ │ │ │ ├── Watermelon_001.jpg.meta │ │ │ │ ├── Watermelon_002.jpg │ │ │ │ ├── Watermelon_002.jpg.meta │ │ │ │ ├── Watermelon_003.jpg │ │ │ │ ├── Watermelon_003.jpg.meta │ │ │ │ ├── Watermelon_004.jpg │ │ │ │ ├── Watermelon_004.jpg.meta │ │ │ │ ├── Watermelon_005.jpg │ │ │ │ ├── Watermelon_005.jpg.meta │ │ │ │ ├── Watermelon_006.jpg │ │ │ │ ├── Watermelon_006.jpg.meta │ │ │ │ ├── Watermelon_007.jpg │ │ │ │ ├── Watermelon_007.jpg.meta │ │ │ │ ├── Watermelon_008.jpg │ │ │ │ ├── Watermelon_008.jpg.meta │ │ │ │ ├── Watermelon_009.jpg │ │ │ │ ├── Watermelon_009.jpg.meta │ │ │ │ ├── Watermelon_010.jpg │ │ │ │ ├── Watermelon_010.jpg.meta │ │ │ │ ├── Watermelon_011.jpg │ │ │ │ ├── Watermelon_011.jpg.meta │ │ │ │ ├── Watermelon_012.jpg │ │ │ │ ├── Watermelon_012.jpg.meta │ │ │ │ ├── Watermelon_013.jpg │ │ │ │ ├── Watermelon_013.jpg.meta │ │ │ │ ├── Watermelon_014.jpg │ │ │ │ ├── Watermelon_014.jpg.meta │ │ │ │ ├── Watermelon_015.jpg │ │ │ │ ├── Watermelon_015.jpg.meta │ │ │ │ ├── Watermelon_016.jpg │ │ │ │ ├── Watermelon_016.jpg.meta │ │ │ │ ├── Watermelon_017.jpg │ │ │ │ ├── Watermelon_017.jpg.meta │ │ │ │ ├── Watermelon_018.jpg │ │ │ │ ├── Watermelon_018.jpg.meta │ │ │ │ ├── Watermelon_019.jpg │ │ │ │ ├── Watermelon_019.jpg.meta │ │ │ │ ├── Watermelon_020.jpg │ │ │ │ ├── Watermelon_020.jpg.meta │ │ │ │ ├── Watermelon_021.jpg │ │ │ │ ├── Watermelon_021.jpg.meta │ │ │ │ ├── Watermelon_022.jpg │ │ │ │ ├── Watermelon_022.jpg.meta │ │ │ │ ├── Watermelon_023.jpg │ │ │ │ ├── Watermelon_023.jpg.meta │ │ │ │ ├── Watermelon_024.jpg │ │ │ │ ├── Watermelon_024.jpg.meta │ │ │ │ ├── Watermelon_025.jpg │ │ │ │ ├── Watermelon_025.jpg.meta │ │ │ │ ├── Watermelon_026.jpg │ │ │ │ ├── Watermelon_026.jpg.meta │ │ │ │ ├── Watermelon_027.jpg │ │ │ │ ├── Watermelon_027.jpg.meta │ │ │ │ ├── Watermelon_028.jpg │ │ │ │ ├── Watermelon_028.jpg.meta │ │ │ │ ├── Watermelon_029.jpg │ │ │ │ ├── Watermelon_029.jpg.meta │ │ │ │ ├── Watermelon_030.jpg │ │ │ │ ├── Watermelon_030.jpg.meta │ │ │ │ ├── Watermelon_031.jpg │ │ │ │ ├── Watermelon_031.jpg.meta │ │ │ │ ├── Watermelon_032.jpg │ │ │ │ ├── Watermelon_032.jpg.meta │ │ │ │ ├── Watermelon_033.jpg │ │ │ │ ├── Watermelon_033.jpg.meta │ │ │ │ ├── Watermelon_034.jpg │ │ │ │ ├── Watermelon_034.jpg.meta │ │ │ │ ├── Watermelon_035.jpg │ │ │ │ ├── Watermelon_035.jpg.meta │ │ │ │ ├── Watermelon_036.jpg │ │ │ │ ├── Watermelon_036.jpg.meta │ │ │ │ ├── Watermelon_037.jpg │ │ │ │ ├── Watermelon_037.jpg.meta │ │ │ │ ├── Watermelon_038.jpg │ │ │ │ ├── Watermelon_038.jpg.meta │ │ │ │ ├── Watermelon_039.jpg │ │ │ │ ├── Watermelon_039.jpg.meta │ │ │ │ ├── Watermelon_040.jpg │ │ │ │ ├── Watermelon_040.jpg.meta │ │ │ │ ├── Watermelon_041.jpg │ │ │ │ ├── Watermelon_041.jpg.meta │ │ │ │ ├── Watermelon_042.jpg │ │ │ │ ├── Watermelon_042.jpg.meta │ │ │ │ ├── Watermelon_043.jpg │ │ │ │ ├── Watermelon_043.jpg.meta │ │ │ │ ├── Watermelon_044.jpg │ │ │ │ ├── Watermelon_044.jpg.meta │ │ │ │ ├── Watermelon_045.jpg │ │ │ │ ├── Watermelon_045.jpg.meta │ │ │ │ ├── Watermelon_046.jpg │ │ │ │ └── Watermelon_046.jpg.meta │ │ ├── Orange.meta │ │ ├── Orange │ │ │ ├── Orange_001.jpg │ │ │ ├── Orange_001.jpg.meta │ │ │ ├── Orange_002.jpg │ │ │ ├── Orange_002.jpg.meta │ │ │ ├── Orange_003.jpg │ │ │ ├── Orange_003.jpg.meta │ │ │ ├── Orange_004.jpg │ │ │ ├── Orange_004.jpg.meta │ │ │ ├── Orange_005.jpg │ │ │ ├── Orange_005.jpg.meta │ │ │ ├── Orange_006.jpg │ │ │ ├── Orange_006.jpg.meta │ │ │ ├── Orange_007.jpg │ │ │ ├── Orange_007.jpg.meta │ │ │ ├── Orange_008.jpg │ │ │ ├── Orange_008.jpg.meta │ │ │ ├── Orange_009.jpg │ │ │ ├── Orange_009.jpg.meta │ │ │ ├── Orange_010.jpg │ │ │ ├── Orange_010.jpg.meta │ │ │ ├── Orange_011.jpg │ │ │ ├── Orange_011.jpg.meta │ │ │ ├── Orange_012.jpg │ │ │ ├── Orange_012.jpg.meta │ │ │ ├── Orange_013.jpg │ │ │ ├── Orange_013.jpg.meta │ │ │ ├── Orange_014.jpg │ │ │ ├── Orange_014.jpg.meta │ │ │ ├── Orange_015.jpg │ │ │ ├── Orange_015.jpg.meta │ │ │ ├── Orange_016.jpg │ │ │ ├── Orange_016.jpg.meta │ │ │ ├── Orange_017.jpg │ │ │ ├── Orange_017.jpg.meta │ │ │ ├── Orange_018.jpg │ │ │ ├── Orange_018.jpg.meta │ │ │ ├── Orange_019.jpg │ │ │ ├── Orange_019.jpg.meta │ │ │ ├── Orange_020.jpg │ │ │ ├── Orange_020.jpg.meta │ │ │ ├── Orange_021.jpg │ │ │ ├── Orange_021.jpg.meta │ │ │ ├── Orange_022.jpg │ │ │ ├── Orange_022.jpg.meta │ │ │ ├── Orange_023.jpg │ │ │ ├── Orange_023.jpg.meta │ │ │ ├── Orange_024.jpg │ │ │ ├── Orange_024.jpg.meta │ │ │ ├── Orange_025.jpg │ │ │ ├── Orange_025.jpg.meta │ │ │ ├── Orange_026.jpg │ │ │ ├── Orange_026.jpg.meta │ │ │ ├── Orange_027.jpg │ │ │ ├── Orange_027.jpg.meta │ │ │ ├── Orange_028.jpg │ │ │ ├── Orange_028.jpg.meta │ │ │ ├── Orange_029.jpg │ │ │ ├── Orange_029.jpg.meta │ │ │ ├── Orange_030.jpg │ │ │ ├── Orange_030.jpg.meta │ │ │ ├── Orange_031.jpg │ │ │ ├── Orange_031.jpg.meta │ │ │ ├── Orange_032.jpg │ │ │ ├── Orange_032.jpg.meta │ │ │ ├── Orange_033.jpg │ │ │ ├── Orange_033.jpg.meta │ │ │ ├── Orange_034.jpg │ │ │ ├── Orange_034.jpg.meta │ │ │ ├── Orange_035.jpg │ │ │ ├── Orange_035.jpg.meta │ │ │ ├── Orange_036.jpg │ │ │ ├── Orange_036.jpg.meta │ │ │ ├── Orange_037.jpg │ │ │ ├── Orange_037.jpg.meta │ │ │ ├── Orange_038.jpg │ │ │ ├── Orange_038.jpg.meta │ │ │ ├── Orange_039.jpg │ │ │ ├── Orange_039.jpg.meta │ │ │ ├── Orange_040.jpg │ │ │ ├── Orange_040.jpg.meta │ │ │ ├── Orange_041.jpg │ │ │ ├── Orange_041.jpg.meta │ │ │ ├── Orange_042.jpg │ │ │ ├── Orange_042.jpg.meta │ │ │ ├── Orange_043.jpg │ │ │ ├── Orange_043.jpg.meta │ │ │ ├── Orange_044.jpg │ │ │ ├── Orange_044.jpg.meta │ │ │ ├── Orange_045.jpg │ │ │ ├── Orange_045.jpg.meta │ │ │ ├── Orange_046.jpg │ │ │ ├── Orange_046.jpg.meta │ │ │ ├── Orange_047.jpg │ │ │ ├── Orange_047.jpg.meta │ │ │ ├── Orange_048.jpg │ │ │ ├── Orange_048.jpg.meta │ │ │ ├── Orange_049.jpg │ │ │ ├── Orange_049.jpg.meta │ │ │ ├── Orange_050.jpg │ │ │ ├── Orange_050.jpg.meta │ │ │ ├── Orange_051.jpg │ │ │ ├── Orange_051.jpg.meta │ │ │ ├── Orange_052.jpg │ │ │ ├── Orange_052.jpg.meta │ │ │ ├── Orange_053.jpg │ │ │ ├── Orange_053.jpg.meta │ │ │ ├── Orange_054.jpg │ │ │ ├── Orange_054.jpg.meta │ │ │ ├── Orange_055.jpg │ │ │ ├── Orange_055.jpg.meta │ │ │ ├── Orange_056.jpg │ │ │ ├── Orange_056.jpg.meta │ │ │ ├── Orange_057.jpg │ │ │ └── Orange_057.jpg.meta │ │ ├── Passion-Fruit.meta │ │ ├── Passion-Fruit │ │ │ ├── Passion-Fruit_001.jpg │ │ │ ├── Passion-Fruit_001.jpg.meta │ │ │ ├── Passion-Fruit_002.jpg │ │ │ ├── Passion-Fruit_002.jpg.meta │ │ │ ├── Passion-Fruit_003.jpg │ │ │ ├── Passion-Fruit_003.jpg.meta │ │ │ ├── Passion-Fruit_004.jpg │ │ │ ├── Passion-Fruit_004.jpg.meta │ │ │ ├── Passion-Fruit_005.jpg │ │ │ ├── Passion-Fruit_005.jpg.meta │ │ │ ├── Passion-Fruit_006.jpg │ │ │ ├── Passion-Fruit_006.jpg.meta │ │ │ ├── Passion-Fruit_007.jpg │ │ │ ├── Passion-Fruit_007.jpg.meta │ │ │ ├── Passion-Fruit_008.jpg │ │ │ ├── Passion-Fruit_008.jpg.meta │ │ │ ├── Passion-Fruit_009.jpg │ │ │ ├── Passion-Fruit_009.jpg.meta │ │ │ ├── Passion-Fruit_010.jpg │ │ │ ├── Passion-Fruit_010.jpg.meta │ │ │ ├── Passion-Fruit_011.jpg │ │ │ ├── Passion-Fruit_011.jpg.meta │ │ │ ├── Passion-Fruit_012.jpg │ │ │ ├── Passion-Fruit_012.jpg.meta │ │ │ ├── Passion-Fruit_013.jpg │ │ │ ├── Passion-Fruit_013.jpg.meta │ │ │ ├── Passion-Fruit_014.jpg │ │ │ ├── Passion-Fruit_014.jpg.meta │ │ │ ├── Passion-Fruit_015.jpg │ │ │ ├── Passion-Fruit_015.jpg.meta │ │ │ ├── Passion-Fruit_016.jpg │ │ │ ├── Passion-Fruit_016.jpg.meta │ │ │ ├── Passion-Fruit_017.jpg │ │ │ ├── Passion-Fruit_017.jpg.meta │ │ │ ├── Passion-Fruit_018.jpg │ │ │ ├── Passion-Fruit_018.jpg.meta │ │ │ ├── Passion-Fruit_019.jpg │ │ │ ├── Passion-Fruit_019.jpg.meta │ │ │ ├── Passion-Fruit_020.jpg │ │ │ ├── Passion-Fruit_020.jpg.meta │ │ │ ├── Passion-Fruit_021.jpg │ │ │ ├── Passion-Fruit_021.jpg.meta │ │ │ ├── Passion-Fruit_022.jpg │ │ │ ├── Passion-Fruit_022.jpg.meta │ │ │ ├── Passion-Fruit_023.jpg │ │ │ ├── Passion-Fruit_023.jpg.meta │ │ │ ├── Passion-Fruit_024.jpg │ │ │ ├── Passion-Fruit_024.jpg.meta │ │ │ ├── Passion-Fruit_025.jpg │ │ │ ├── Passion-Fruit_025.jpg.meta │ │ │ ├── Passion-Fruit_026.jpg │ │ │ ├── Passion-Fruit_026.jpg.meta │ │ │ ├── Passion-Fruit_027.jpg │ │ │ ├── Passion-Fruit_027.jpg.meta │ │ │ ├── Passion-Fruit_028.jpg │ │ │ └── Passion-Fruit_028.jpg.meta │ │ ├── Pear.meta │ │ ├── Pear │ │ │ ├── Anjou.meta │ │ │ ├── Anjou │ │ │ │ ├── Anjou_001.jpg │ │ │ │ ├── Anjou_001.jpg.meta │ │ │ │ ├── Anjou_002.jpg │ │ │ │ ├── Anjou_002.jpg.meta │ │ │ │ ├── Anjou_003.jpg │ │ │ │ ├── Anjou_003.jpg.meta │ │ │ │ ├── Anjou_004.jpg │ │ │ │ ├── Anjou_004.jpg.meta │ │ │ │ ├── Anjou_005.jpg │ │ │ │ ├── Anjou_005.jpg.meta │ │ │ │ ├── Anjou_006.jpg │ │ │ │ ├── Anjou_006.jpg.meta │ │ │ │ ├── Anjou_007.jpg │ │ │ │ ├── Anjou_007.jpg.meta │ │ │ │ ├── Anjou_008.jpg │ │ │ │ ├── Anjou_008.jpg.meta │ │ │ │ ├── Anjou_009.jpg │ │ │ │ ├── Anjou_009.jpg.meta │ │ │ │ ├── Anjou_010.jpg │ │ │ │ ├── Anjou_010.jpg.meta │ │ │ │ ├── Anjou_011.jpg │ │ │ │ ├── Anjou_011.jpg.meta │ │ │ │ ├── Anjou_012.jpg │ │ │ │ ├── Anjou_012.jpg.meta │ │ │ │ ├── Anjou_013.jpg │ │ │ │ ├── Anjou_013.jpg.meta │ │ │ │ ├── Anjou_014.jpg │ │ │ │ ├── Anjou_014.jpg.meta │ │ │ │ ├── Anjou_015.jpg │ │ │ │ ├── Anjou_015.jpg.meta │ │ │ │ ├── Anjou_016.jpg │ │ │ │ ├── Anjou_016.jpg.meta │ │ │ │ ├── Anjou_017.jpg │ │ │ │ ├── Anjou_017.jpg.meta │ │ │ │ ├── Anjou_018.jpg │ │ │ │ ├── Anjou_018.jpg.meta │ │ │ │ ├── Anjou_019.jpg │ │ │ │ ├── Anjou_019.jpg.meta │ │ │ │ ├── Anjou_020.jpg │ │ │ │ ├── Anjou_020.jpg.meta │ │ │ │ ├── Anjou_021.jpg │ │ │ │ ├── Anjou_021.jpg.meta │ │ │ │ ├── Anjou_022.jpg │ │ │ │ ├── Anjou_022.jpg.meta │ │ │ │ ├── Anjou_023.jpg │ │ │ │ ├── Anjou_023.jpg.meta │ │ │ │ ├── Anjou_024.jpg │ │ │ │ ├── Anjou_024.jpg.meta │ │ │ │ ├── Anjou_025.jpg │ │ │ │ ├── Anjou_025.jpg.meta │ │ │ │ ├── Anjou_026.jpg │ │ │ │ ├── Anjou_026.jpg.meta │ │ │ │ ├── Anjou_027.jpg │ │ │ │ ├── Anjou_027.jpg.meta │ │ │ │ ├── Anjou_028.jpg │ │ │ │ ├── Anjou_028.jpg.meta │ │ │ │ ├── Anjou_029.jpg │ │ │ │ ├── Anjou_029.jpg.meta │ │ │ │ ├── Anjou_030.jpg │ │ │ │ ├── Anjou_030.jpg.meta │ │ │ │ ├── Anjou_031.jpg │ │ │ │ ├── Anjou_031.jpg.meta │ │ │ │ ├── Anjou_032.jpg │ │ │ │ ├── Anjou_032.jpg.meta │ │ │ │ ├── Anjou_033.jpg │ │ │ │ ├── Anjou_033.jpg.meta │ │ │ │ ├── Anjou_034.jpg │ │ │ │ ├── Anjou_034.jpg.meta │ │ │ │ ├── Anjou_035.jpg │ │ │ │ ├── Anjou_035.jpg.meta │ │ │ │ ├── Anjou_036.jpg │ │ │ │ ├── Anjou_036.jpg.meta │ │ │ │ ├── Anjou_037.jpg │ │ │ │ ├── Anjou_037.jpg.meta │ │ │ │ ├── Anjou_038.jpg │ │ │ │ ├── Anjou_038.jpg.meta │ │ │ │ ├── Anjou_039.jpg │ │ │ │ ├── Anjou_039.jpg.meta │ │ │ │ ├── Anjou_040.jpg │ │ │ │ ├── Anjou_040.jpg.meta │ │ │ │ ├── Anjou_041.jpg │ │ │ │ └── Anjou_041.jpg.meta │ │ │ ├── Conference.meta │ │ │ ├── Conference │ │ │ │ ├── Conference_001.jpg │ │ │ │ ├── Conference_001.jpg.meta │ │ │ │ ├── Conference_002.jpg │ │ │ │ ├── Conference_002.jpg.meta │ │ │ │ ├── Conference_003.jpg │ │ │ │ ├── Conference_003.jpg.meta │ │ │ │ ├── Conference_004.jpg │ │ │ │ ├── Conference_004.jpg.meta │ │ │ │ ├── Conference_005.jpg │ │ │ │ ├── Conference_005.jpg.meta │ │ │ │ ├── Conference_006.jpg │ │ │ │ ├── Conference_006.jpg.meta │ │ │ │ ├── Conference_007.jpg │ │ │ │ ├── Conference_007.jpg.meta │ │ │ │ ├── Conference_008.jpg │ │ │ │ ├── Conference_008.jpg.meta │ │ │ │ ├── Conference_009.jpg │ │ │ │ ├── Conference_009.jpg.meta │ │ │ │ ├── Conference_010.jpg │ │ │ │ ├── Conference_010.jpg.meta │ │ │ │ ├── Conference_011.jpg │ │ │ │ ├── Conference_011.jpg.meta │ │ │ │ ├── Conference_012.jpg │ │ │ │ ├── Conference_012.jpg.meta │ │ │ │ ├── Conference_013.jpg │ │ │ │ ├── Conference_013.jpg.meta │ │ │ │ ├── Conference_014.jpg │ │ │ │ ├── Conference_014.jpg.meta │ │ │ │ ├── Conference_015.jpg │ │ │ │ ├── Conference_015.jpg.meta │ │ │ │ ├── Conference_016.jpg │ │ │ │ ├── Conference_016.jpg.meta │ │ │ │ ├── Conference_017.jpg │ │ │ │ ├── Conference_017.jpg.meta │ │ │ │ ├── Conference_018.jpg │ │ │ │ ├── Conference_018.jpg.meta │ │ │ │ ├── Conference_019.jpg │ │ │ │ ├── Conference_019.jpg.meta │ │ │ │ ├── Conference_020.jpg │ │ │ │ ├── Conference_020.jpg.meta │ │ │ │ ├── Conference_021.jpg │ │ │ │ ├── Conference_021.jpg.meta │ │ │ │ ├── Conference_022.jpg │ │ │ │ ├── Conference_022.jpg.meta │ │ │ │ ├── Conference_023.jpg │ │ │ │ ├── Conference_023.jpg.meta │ │ │ │ ├── Conference_024.jpg │ │ │ │ ├── Conference_024.jpg.meta │ │ │ │ ├── Conference_025.jpg │ │ │ │ ├── Conference_025.jpg.meta │ │ │ │ ├── Conference_026.jpg │ │ │ │ ├── Conference_026.jpg.meta │ │ │ │ ├── Conference_027.jpg │ │ │ │ ├── Conference_027.jpg.meta │ │ │ │ ├── Conference_028.jpg │ │ │ │ ├── Conference_028.jpg.meta │ │ │ │ ├── Conference_029.jpg │ │ │ │ ├── Conference_029.jpg.meta │ │ │ │ ├── Conference_030.jpg │ │ │ │ ├── Conference_030.jpg.meta │ │ │ │ ├── Conference_031.jpg │ │ │ │ ├── Conference_031.jpg.meta │ │ │ │ ├── Conference_032.jpg │ │ │ │ ├── Conference_032.jpg.meta │ │ │ │ ├── Conference_033.jpg │ │ │ │ ├── Conference_033.jpg.meta │ │ │ │ ├── Conference_034.jpg │ │ │ │ ├── Conference_034.jpg.meta │ │ │ │ ├── Conference_035.jpg │ │ │ │ ├── Conference_035.jpg.meta │ │ │ │ ├── Conference_036.jpg │ │ │ │ ├── Conference_036.jpg.meta │ │ │ │ ├── Conference_037.jpg │ │ │ │ ├── Conference_037.jpg.meta │ │ │ │ ├── Conference_038.jpg │ │ │ │ ├── Conference_038.jpg.meta │ │ │ │ ├── Conference_039.jpg │ │ │ │ ├── Conference_039.jpg.meta │ │ │ │ ├── Conference_040.jpg │ │ │ │ ├── Conference_040.jpg.meta │ │ │ │ ├── Conference_041.jpg │ │ │ │ ├── Conference_041.jpg.meta │ │ │ │ ├── Conference_042.jpg │ │ │ │ ├── Conference_042.jpg.meta │ │ │ │ ├── Conference_043.jpg │ │ │ │ ├── Conference_043.jpg.meta │ │ │ │ ├── Conference_044.jpg │ │ │ │ ├── Conference_044.jpg.meta │ │ │ │ ├── Conference_045.jpg │ │ │ │ └── Conference_045.jpg.meta │ │ │ ├── Kaiser.meta │ │ │ └── Kaiser │ │ │ │ ├── Kaiser_001.jpg │ │ │ │ ├── Kaiser_001.jpg.meta │ │ │ │ ├── Kaiser_002.jpg │ │ │ │ ├── Kaiser_002.jpg.meta │ │ │ │ ├── Kaiser_003.jpg │ │ │ │ ├── Kaiser_003.jpg.meta │ │ │ │ ├── Kaiser_004.jpg │ │ │ │ ├── Kaiser_004.jpg.meta │ │ │ │ ├── Kaiser_005.jpg │ │ │ │ ├── Kaiser_005.jpg.meta │ │ │ │ ├── Kaiser_006.jpg │ │ │ │ ├── Kaiser_006.jpg.meta │ │ │ │ ├── Kaiser_007.jpg │ │ │ │ ├── Kaiser_007.jpg.meta │ │ │ │ ├── Kaiser_008.jpg │ │ │ │ ├── Kaiser_008.jpg.meta │ │ │ │ ├── Kaiser_009.jpg │ │ │ │ ├── Kaiser_009.jpg.meta │ │ │ │ ├── Kaiser_010.jpg │ │ │ │ ├── Kaiser_010.jpg.meta │ │ │ │ ├── Kaiser_011.jpg │ │ │ │ ├── Kaiser_011.jpg.meta │ │ │ │ ├── Kaiser_012.jpg │ │ │ │ ├── Kaiser_012.jpg.meta │ │ │ │ ├── Kaiser_013.jpg │ │ │ │ ├── Kaiser_013.jpg.meta │ │ │ │ ├── Kaiser_014.jpg │ │ │ │ ├── Kaiser_014.jpg.meta │ │ │ │ ├── Kaiser_015.jpg │ │ │ │ ├── Kaiser_015.jpg.meta │ │ │ │ ├── Kaiser_016.jpg │ │ │ │ ├── Kaiser_016.jpg.meta │ │ │ │ ├── Kaiser_017.jpg │ │ │ │ ├── Kaiser_017.jpg.meta │ │ │ │ ├── Kaiser_018.jpg │ │ │ │ ├── Kaiser_018.jpg.meta │ │ │ │ ├── Kaiser_019.jpg │ │ │ │ ├── Kaiser_019.jpg.meta │ │ │ │ ├── Kaiser_020.jpg │ │ │ │ ├── Kaiser_020.jpg.meta │ │ │ │ ├── Kaiser_021.jpg │ │ │ │ ├── Kaiser_021.jpg.meta │ │ │ │ ├── Kaiser_022.jpg │ │ │ │ ├── Kaiser_022.jpg.meta │ │ │ │ ├── Kaiser_023.jpg │ │ │ │ ├── Kaiser_023.jpg.meta │ │ │ │ ├── Kaiser_024.jpg │ │ │ │ ├── Kaiser_024.jpg.meta │ │ │ │ ├── Kaiser_025.jpg │ │ │ │ ├── Kaiser_025.jpg.meta │ │ │ │ ├── Kaiser_026.jpg │ │ │ │ ├── Kaiser_026.jpg.meta │ │ │ │ ├── Kaiser_027.jpg │ │ │ │ ├── Kaiser_027.jpg.meta │ │ │ │ ├── Kaiser_028.jpg │ │ │ │ ├── Kaiser_028.jpg.meta │ │ │ │ ├── Kaiser_029.jpg │ │ │ │ ├── Kaiser_029.jpg.meta │ │ │ │ ├── Kaiser_030.jpg │ │ │ │ └── Kaiser_030.jpg.meta │ │ ├── Plum.meta │ │ ├── Plum │ │ │ ├── Plum_001.jpg │ │ │ ├── Plum_001.jpg.meta │ │ │ ├── Plum_002.jpg │ │ │ ├── Plum_002.jpg.meta │ │ │ ├── Plum_003.jpg │ │ │ ├── Plum_003.jpg.meta │ │ │ ├── Plum_004.jpg │ │ │ ├── Plum_004.jpg.meta │ │ │ ├── Plum_005.jpg │ │ │ ├── Plum_005.jpg.meta │ │ │ ├── Plum_006.jpg │ │ │ ├── Plum_006.jpg.meta │ │ │ ├── Plum_007.jpg │ │ │ ├── Plum_007.jpg.meta │ │ │ ├── Plum_008.jpg │ │ │ ├── Plum_008.jpg.meta │ │ │ ├── Plum_009.jpg │ │ │ ├── Plum_009.jpg.meta │ │ │ ├── Plum_010.jpg │ │ │ ├── Plum_010.jpg.meta │ │ │ ├── Plum_011.jpg │ │ │ ├── Plum_011.jpg.meta │ │ │ ├── Plum_012.jpg │ │ │ ├── Plum_012.jpg.meta │ │ │ ├── Plum_013.jpg │ │ │ ├── Plum_013.jpg.meta │ │ │ ├── Plum_014.jpg │ │ │ ├── Plum_014.jpg.meta │ │ │ ├── Plum_015.jpg │ │ │ ├── Plum_015.jpg.meta │ │ │ ├── Plum_016.jpg │ │ │ ├── Plum_016.jpg.meta │ │ │ ├── Plum_017.jpg │ │ │ ├── Plum_017.jpg.meta │ │ │ ├── Plum_018.jpg │ │ │ ├── Plum_018.jpg.meta │ │ │ ├── Plum_019.jpg │ │ │ ├── Plum_019.jpg.meta │ │ │ ├── Plum_020.jpg │ │ │ ├── Plum_020.jpg.meta │ │ │ ├── Plum_021.jpg │ │ │ ├── Plum_021.jpg.meta │ │ │ ├── Plum_022.jpg │ │ │ └── Plum_022.jpg.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── Red-Grapefruit.meta │ │ └── Red-Grapefruit │ │ │ ├── Red-Grapefruit_001.jpg │ │ │ ├── Red-Grapefruit_001.jpg.meta │ │ │ ├── Red-Grapefruit_002.jpg │ │ │ ├── Red-Grapefruit_002.jpg.meta │ │ │ ├── Red-Grapefruit_003.jpg │ │ │ ├── Red-Grapefruit_003.jpg.meta │ │ │ ├── Red-Grapefruit_004.jpg │ │ │ ├── Red-Grapefruit_004.jpg.meta │ │ │ ├── Red-Grapefruit_005.jpg │ │ │ ├── Red-Grapefruit_005.jpg.meta │ │ │ ├── Red-Grapefruit_006.jpg │ │ │ ├── Red-Grapefruit_006.jpg.meta │ │ │ ├── Red-Grapefruit_007.jpg │ │ │ ├── Red-Grapefruit_007.jpg.meta │ │ │ ├── Red-Grapefruit_008.jpg │ │ │ ├── Red-Grapefruit_008.jpg.meta │ │ │ ├── Red-Grapefruit_009.jpg │ │ │ ├── Red-Grapefruit_009.jpg.meta │ │ │ ├── Red-Grapefruit_010.jpg │ │ │ ├── Red-Grapefruit_010.jpg.meta │ │ │ ├── Red-Grapefruit_011.jpg │ │ │ ├── Red-Grapefruit_011.jpg.meta │ │ │ ├── Red-Grapefruit_012.jpg │ │ │ ├── Red-Grapefruit_012.jpg.meta │ │ │ ├── Red-Grapefruit_013.jpg │ │ │ ├── Red-Grapefruit_013.jpg.meta │ │ │ ├── Red-Grapefruit_014.jpg │ │ │ ├── Red-Grapefruit_014.jpg.meta │ │ │ ├── Red-Grapefruit_015.jpg │ │ │ ├── Red-Grapefruit_015.jpg.meta │ │ │ ├── Red-Grapefruit_016.jpg │ │ │ ├── Red-Grapefruit_016.jpg.meta │ │ │ ├── Red-Grapefruit_017.jpg │ │ │ ├── Red-Grapefruit_017.jpg.meta │ │ │ ├── Red-Grapefruit_018.jpg │ │ │ ├── Red-Grapefruit_018.jpg.meta │ │ │ ├── Red-Grapefruit_019.jpg │ │ │ ├── Red-Grapefruit_019.jpg.meta │ │ │ ├── Red-Grapefruit_020.jpg │ │ │ ├── Red-Grapefruit_020.jpg.meta │ │ │ ├── Red-Grapefruit_021.jpg │ │ │ ├── Red-Grapefruit_021.jpg.meta │ │ │ ├── Red-Grapefruit_022.jpg │ │ │ ├── Red-Grapefruit_022.jpg.meta │ │ │ ├── Red-Grapefruit_023.jpg │ │ │ ├── Red-Grapefruit_023.jpg.meta │ │ │ ├── Red-Grapefruit_024.jpg │ │ │ ├── Red-Grapefruit_024.jpg.meta │ │ │ ├── Red-Grapefruit_025.jpg │ │ │ ├── Red-Grapefruit_025.jpg.meta │ │ │ ├── Red-Grapefruit_026.jpg │ │ │ ├── Red-Grapefruit_026.jpg.meta │ │ │ ├── Red-Grapefruit_027.jpg │ │ │ ├── Red-Grapefruit_027.jpg.meta │ │ │ ├── Red-Grapefruit_028.jpg │ │ │ ├── Red-Grapefruit_028.jpg.meta │ │ │ ├── Red-Grapefruit_029.jpg │ │ │ ├── Red-Grapefruit_029.jpg.meta │ │ │ ├── Red-Grapefruit_030.jpg │ │ │ ├── Red-Grapefruit_030.jpg.meta │ │ │ ├── Red-Grapefruit_031.jpg │ │ │ ├── Red-Grapefruit_031.jpg.meta │ │ │ ├── Red-Grapefruit_032.jpg │ │ │ ├── Red-Grapefruit_032.jpg.meta │ │ │ ├── Red-Grapefruit_033.jpg │ │ │ ├── Red-Grapefruit_033.jpg.meta │ │ │ ├── Red-Grapefruit_034.jpg │ │ │ └── Red-Grapefruit_034.jpg.meta │ ├── Distractor Objects.meta │ ├── Distractor Objects │ │ ├── Background Prefabs.meta │ │ ├── Background Prefabs │ │ │ ├── Cube_hardedge_01.prefab │ │ │ ├── Cube_hardedge_01.prefab.meta │ │ │ ├── Cube_hardedge_02.prefab │ │ │ ├── Cube_hardedge_02.prefab.meta │ │ │ ├── Cube_roundedge_01.prefab │ │ │ ├── Cube_roundedge_01.prefab.meta │ │ │ ├── Cube_roundedge_02.prefab │ │ │ ├── Cube_roundedge_02.prefab.meta │ │ │ ├── Cylinder_hardedge_01.prefab │ │ │ ├── Cylinder_hardedge_01.prefab.meta │ │ │ ├── Cylinder_hardedge_02.prefab │ │ │ ├── Cylinder_hardedge_02.prefab.meta │ │ │ ├── Cylinder_roundedge_01.prefab │ │ │ ├── Cylinder_roundedge_01.prefab.meta │ │ │ ├── Cylinder_roundedge_02.prefab │ │ │ ├── Cylinder_roundedge_02.prefab.meta │ │ │ ├── Sphere_quad_01.prefab │ │ │ ├── Sphere_quad_01.prefab.meta │ │ │ ├── Sphere_quad_02.prefab │ │ │ └── Sphere_quad_02.prefab.meta │ │ ├── Foreground Prefabs.meta │ │ ├── Foreground Prefabs │ │ │ ├── Cube_hardedge_01.prefab │ │ │ ├── Cube_hardedge_01.prefab.meta │ │ │ ├── Cube_hardedge_02.prefab │ │ │ ├── Cube_hardedge_02.prefab.meta │ │ │ ├── Cube_roundedge_01.prefab │ │ │ ├── Cube_roundedge_01.prefab.meta │ │ │ ├── Cube_roundedge_02.prefab │ │ │ ├── Cube_roundedge_02.prefab.meta │ │ │ ├── Cylinder_hardedge_01.prefab │ │ │ ├── Cylinder_hardedge_01.prefab.meta │ │ │ ├── Cylinder_hardedge_02.prefab │ │ │ ├── Cylinder_hardedge_02.prefab.meta │ │ │ ├── Cylinder_roundedge_01.prefab │ │ │ ├── Cylinder_roundedge_01.prefab.meta │ │ │ ├── Cylinder_roundedge_02.prefab │ │ │ ├── Cylinder_roundedge_02.prefab.meta │ │ │ ├── Sphere_quad_01.prefab │ │ │ ├── Sphere_quad_01.prefab.meta │ │ │ ├── Sphere_quad_02.prefab │ │ │ └── Sphere_quad_02.prefab.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── prototyping_texture_alignment_01.mat │ │ │ └── prototyping_texture_alignment_01.mat.meta │ │ ├── Models.meta │ │ └── Models │ │ │ ├── Cube_hardedge_01.fbx │ │ │ ├── Cube_hardedge_01.fbx.meta │ │ │ ├── Cube_hardedge_02.fbx │ │ │ ├── Cube_hardedge_02.fbx.meta │ │ │ ├── Cube_roundedge_01.fbx │ │ │ ├── Cube_roundedge_01.fbx.meta │ │ │ ├── Cube_roundedge_02.fbx │ │ │ ├── Cube_roundedge_02.fbx.meta │ │ │ ├── Cylinder_hardedge_01.fbx │ │ │ ├── Cylinder_hardedge_01.fbx.meta │ │ │ ├── Cylinder_hardedge_02.fbx │ │ │ ├── Cylinder_hardedge_02.fbx.meta │ │ │ ├── Cylinder_roundedge_01.fbx │ │ │ ├── Cylinder_roundedge_01.fbx.meta │ │ │ ├── Cylinder_roundedge_02.fbx │ │ │ ├── Cylinder_roundedge_02.fbx.meta │ │ │ ├── Sphere_quad_01.fbx │ │ │ ├── Sphere_quad_01.fbx.meta │ │ │ ├── Sphere_quad_02.fbx │ │ │ └── Sphere_quad_02.fbx.meta │ ├── Foreground Objects.meta │ ├── Foreground Objects │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── book_dorkdiaries_aladdin.mat │ │ │ ├── book_dorkdiaries_aladdin.mat.meta │ │ │ ├── candy_minipralines_lindt.mat │ │ │ ├── candy_minipralines_lindt.mat.meta │ │ │ ├── candy_raffaello_confetteria.mat │ │ │ ├── candy_raffaello_confetteria.mat.meta │ │ │ ├── cereal_capn_crunch.mat │ │ │ ├── cereal_capn_crunch.mat.meta │ │ │ ├── cereal_cheerios_honeynut.mat │ │ │ ├── cereal_cheerios_honeynut.mat.meta │ │ │ ├── cereal_corn_flakes.mat │ │ │ ├── cereal_corn_flakes.mat.meta │ │ │ ├── cereal_cracklinoatbran_kelloggs.mat │ │ │ ├── cereal_cracklinoatbran_kelloggs.mat.meta │ │ │ ├── cereal_oatmealsquares_quaker.mat │ │ │ ├── cereal_oatmealsquares_quaker.mat.meta │ │ │ ├── cereal_puffins_barbaras.mat │ │ │ ├── cereal_puffins_barbaras.mat.meta │ │ │ ├── cereal_raisin_bran.mat │ │ │ ├── cereal_raisin_bran.mat.meta │ │ │ ├── cereal_rice_krispies.mat │ │ │ ├── cereal_rice_krispies.mat.meta │ │ │ ├── chips_gardensalsa_sunchips.mat │ │ │ ├── chips_gardensalsa_sunchips.mat.meta │ │ │ ├── chips_sourcream_lays.mat │ │ │ ├── chips_sourcream_lays.mat.meta │ │ │ ├── cleaning_freegentle_tide.mat │ │ │ ├── cleaning_freegentle_tide.mat.meta │ │ │ ├── cleaning_snuggle_henkel.mat │ │ │ ├── cleaning_snuggle_henkel.mat.meta │ │ │ ├── cracker_honeymaid_nabisco.mat │ │ │ ├── cracker_honeymaid_nabisco.mat.meta │ │ │ ├── cracker_lightrye_wasa.mat │ │ │ ├── cracker_lightrye_wasa.mat.meta │ │ │ ├── cracker_triscuit_avocado.mat │ │ │ ├── cracker_triscuit_avocado.mat.meta │ │ │ ├── cracker_zwieback_brandt.mat │ │ │ ├── cracker_zwieback_brandt.mat.meta │ │ │ ├── craft_yarn_caron_01.mat │ │ │ ├── craft_yarn_caron_01.mat.meta │ │ │ ├── drink_adrenaline_shock.mat │ │ │ ├── drink_adrenaline_shock.mat.meta │ │ │ ├── drink_coffeebeans_kickinghorse.mat │ │ │ ├── drink_coffeebeans_kickinghorse.mat.meta │ │ │ ├── drink_coffeebeans_oakland.mat │ │ │ ├── drink_coffeebeans_oakland.mat.meta │ │ │ ├── drink_greentea_itoen.mat │ │ │ ├── drink_greentea_itoen.mat.meta │ │ │ ├── drink_orangejuice_minutemaid_01.mat │ │ │ ├── drink_orangejuice_minutemaid_01.mat.meta │ │ │ ├── drink_whippingcream_lucerne.mat │ │ │ ├── drink_whippingcream_lucerne.mat.meta │ │ │ ├── footware_slippers_disney.mat │ │ │ ├── footware_slippers_disney.mat.meta │ │ │ ├── hygiene_poise_pads_02.mat │ │ │ ├── hygiene_poise_pads_02.mat.meta │ │ │ ├── lotion_essentially_nivea.mat │ │ │ ├── lotion_essentially_nivea.mat.meta │ │ │ ├── lotion_vanilla_nivea.mat │ │ │ ├── lotion_vanilla_nivea.mat.meta │ │ │ ├── pasta_lasagne_barilla.mat │ │ │ ├── pasta_lasagne_barilla.mat.meta │ │ │ ├── pest_antbaits_terro.mat │ │ │ ├── pest_antbaits_terro.mat.meta │ │ │ ├── pest_antbaits_terro_transparent.mat │ │ │ ├── pest_antbaits_terro_transparent.mat.meta │ │ │ ├── porridge_grits_quaker.mat │ │ │ ├── porridge_grits_quaker.mat.meta │ │ │ ├── seasoning_canesugar_candh.mat │ │ │ ├── seasoning_canesugar_candh.mat.meta │ │ │ ├── snack_biscotti_ghiott_01.mat │ │ │ ├── snack_biscotti_ghiott_01.mat.meta │ │ │ ├── snack_breadsticks_nutella.mat │ │ │ ├── snack_breadsticks_nutella.mat.meta │ │ │ ├── snack_chips_pringles.mat │ │ │ ├── snack_chips_pringles.mat.meta │ │ │ ├── snack_coffeecakes_hostess.mat │ │ │ ├── snack_coffeecakes_hostess.mat.meta │ │ │ ├── snack_cookie_famousamos.mat │ │ │ ├── snack_cookie_famousamos.mat.meta │ │ │ ├── snack_cookie_petitecolier.mat │ │ │ ├── snack_cookie_petitecolier.mat.meta │ │ │ ├── snack_cookie_quadratini.mat │ │ │ ├── snack_cookie_quadratini.mat.meta │ │ │ ├── snack_cookie_waffeletten.mat │ │ │ ├── snack_cookie_waffeletten.mat.meta │ │ │ ├── snack_cookie_walkers_02.mat │ │ │ ├── snack_cookie_walkers_02.mat.meta │ │ │ ├── snack_cookies_fourre.mat │ │ │ ├── snack_cookies_fourre.mat.meta │ │ │ ├── snack_granolabar_kashi_02.mat │ │ │ ├── snack_granolabar_kashi_02.mat.meta │ │ │ ├── snack_granolabar_kind.mat │ │ │ ├── snack_granolabar_kind.mat.meta │ │ │ ├── snack_granolabar_naturevalley.mat │ │ │ ├── snack_granolabar_naturevalley.mat.meta │ │ │ ├── snack_granolabar_quaker.mat │ │ │ ├── snack_granolabar_quaker.mat.meta │ │ │ ├── snack_salame_hillshire.mat │ │ │ ├── snack_salame_hillshire.mat.meta │ │ │ ├── soup_chickenenchilada_progresso.mat │ │ │ ├── soup_chickenenchilada_progresso.mat.meta │ │ │ ├── soup_tomato_pacific.mat │ │ │ ├── soup_tomato_pacific.mat.meta │ │ │ ├── storage_ziploc_sandwich.mat │ │ │ ├── storage_ziploc_sandwich.mat.meta │ │ │ ├── toiletry_tissue_softly.mat │ │ │ ├── toiletry_tissue_softly.mat.meta │ │ │ ├── toiletry_toothpaste_colgate.mat │ │ │ ├── toiletry_toothpaste_colgate.mat.meta │ │ │ ├── toy_cat_melissa.mat │ │ │ ├── toy_cat_melissa.mat.meta │ │ │ ├── utensil_candle_decorators.mat │ │ │ ├── utensil_candle_decorators.mat.meta │ │ │ ├── utensil_candle_decorators_transparent.mat │ │ │ ├── utensil_candle_decorators_transparent.mat.meta │ │ │ ├── utensil_coffee_filters.mat │ │ │ ├── utensil_coffee_filters.mat.meta │ │ │ ├── utensil_cottonovals_signaturecare_01.mat │ │ │ ├── utensil_cottonovals_signaturecare_01.mat.meta │ │ │ ├── utensil_cottonovals_signaturecare_01_transparent.mat │ │ │ ├── utensil_cottonovals_signaturecare_01_transparent.mat.meta │ │ │ ├── utensil_papertowels_valuecorner_01.mat │ │ │ ├── utensil_papertowels_valuecorner_01.mat.meta │ │ │ ├── utensil_toiletpaper_scott.mat │ │ │ ├── utensil_toiletpaper_scott.mat.meta │ │ │ ├── utensil_toiletpaper_scott_transparent.mat │ │ │ ├── utensil_toiletpaper_scott_transparent.mat.meta │ │ │ ├── utensil_trashbag_valuecorner.mat │ │ │ ├── utensil_trashbag_valuecorner.mat.meta │ │ │ ├── vitamin_centrumsilver_adults.mat │ │ │ ├── vitamin_centrumsilver_adults.mat.meta │ │ │ ├── vitamin_centrumsilver_woman.mat │ │ │ └── vitamin_centrumsilver_woman.mat.meta │ │ ├── Models.meta │ │ ├── Models │ │ │ ├── book_dorkdiaries_aladdin.fbx │ │ │ ├── book_dorkdiaries_aladdin.fbx.meta │ │ │ ├── candy_minipralines_lindt.fbx │ │ │ ├── candy_minipralines_lindt.fbx.meta │ │ │ ├── candy_raffaello_confetteria.fbx │ │ │ ├── candy_raffaello_confetteria.fbx.meta │ │ │ ├── cereal_capn_crunch.fbx │ │ │ ├── cereal_capn_crunch.fbx.meta │ │ │ ├── cereal_cheerios_honeynut.fbx │ │ │ ├── cereal_cheerios_honeynut.fbx.meta │ │ │ ├── cereal_corn_flakes.fbx │ │ │ ├── cereal_corn_flakes.fbx.meta │ │ │ ├── cereal_cracklinoatbran_kelloggs.fbx │ │ │ ├── cereal_cracklinoatbran_kelloggs.fbx.meta │ │ │ ├── cereal_oatmealsquares_quaker.fbx │ │ │ ├── cereal_oatmealsquares_quaker.fbx.meta │ │ │ ├── cereal_puffins_barbaras.fbx │ │ │ ├── cereal_puffins_barbaras.fbx.meta │ │ │ ├── cereal_raisin_bran.fbx │ │ │ ├── cereal_raisin_bran.fbx.meta │ │ │ ├── cereal_rice_krispies.fbx │ │ │ ├── cereal_rice_krispies.fbx.meta │ │ │ ├── chips_gardensalsa_sunchips.fbx │ │ │ ├── chips_gardensalsa_sunchips.fbx.meta │ │ │ ├── chips_sourcream_lays.fbx │ │ │ ├── chips_sourcream_lays.fbx.meta │ │ │ ├── cleaning_freegentle_tide.fbx │ │ │ ├── cleaning_freegentle_tide.fbx.meta │ │ │ ├── cleaning_snuggle_henkel.fbx │ │ │ ├── cleaning_snuggle_henkel.fbx.meta │ │ │ ├── cracker_honeymaid_nabisco.fbx │ │ │ ├── cracker_honeymaid_nabisco.fbx.meta │ │ │ ├── cracker_lightrye_wasa.fbx │ │ │ ├── cracker_lightrye_wasa.fbx.meta │ │ │ ├── cracker_triscuit_avocado.fbx │ │ │ ├── cracker_triscuit_avocado.fbx.meta │ │ │ ├── cracker_zwieback_brandt.fbx │ │ │ ├── cracker_zwieback_brandt.fbx.meta │ │ │ ├── craft_yarn_caron_01.fbx │ │ │ ├── craft_yarn_caron_01.fbx.meta │ │ │ ├── drink_adrenaline_shock.fbx │ │ │ ├── drink_adrenaline_shock.fbx.meta │ │ │ ├── drink_coffeebeans_kickinghorse.fbx │ │ │ ├── drink_coffeebeans_kickinghorse.fbx.meta │ │ │ ├── drink_greentea_itoen.fbx │ │ │ ├── drink_greentea_itoen.fbx.meta │ │ │ ├── drink_orangejuice_minutemaid_01.fbx │ │ │ ├── drink_orangejuice_minutemaid_01.fbx.meta │ │ │ ├── drink_whippingcream_lucerne.fbx │ │ │ ├── drink_whippingcream_lucerne.fbx.meta │ │ │ ├── footware_slippers_disney.fbx │ │ │ ├── footware_slippers_disney.fbx.meta │ │ │ ├── hygiene_poise_pads_02.fbx │ │ │ ├── hygiene_poise_pads_02.fbx.meta │ │ │ ├── lotion_essentially_nivea.fbx │ │ │ ├── lotion_essentially_nivea.fbx.meta │ │ │ ├── lotion_vanilla_nivea.fbx │ │ │ ├── lotion_vanilla_nivea.fbx.meta │ │ │ ├── pasta_lasagne_barilla.fbx │ │ │ ├── pasta_lasagne_barilla.fbx.meta │ │ │ ├── pest_antbaits_terro.fbx │ │ │ ├── pest_antbaits_terro.fbx.meta │ │ │ ├── porridge_grits_quaker.fbx │ │ │ ├── porridge_grits_quaker.fbx.meta │ │ │ ├── seasoning_canesugar_candh.fbx │ │ │ ├── seasoning_canesugar_candh.fbx.meta │ │ │ ├── snack_biscotti_ghiott_01.fbx │ │ │ ├── snack_biscotti_ghiott_01.fbx.meta │ │ │ ├── snack_breadsticks_nutella.fbx │ │ │ ├── snack_breadsticks_nutella.fbx.meta │ │ │ ├── snack_chips_pringles.fbx │ │ │ ├── snack_chips_pringles.fbx.meta │ │ │ ├── snack_coffeecakes_hostess.fbx │ │ │ ├── snack_coffeecakes_hostess.fbx.meta │ │ │ ├── snack_cookie_famousamos.fbx │ │ │ ├── snack_cookie_famousamos.fbx.meta │ │ │ ├── snack_cookie_petitecolier.fbx │ │ │ ├── snack_cookie_petitecolier.fbx.meta │ │ │ ├── snack_cookie_quadratini.fbx │ │ │ ├── snack_cookie_quadratini.fbx.meta │ │ │ ├── snack_cookie_waffeletten.fbx │ │ │ ├── snack_cookie_waffeletten.fbx.meta │ │ │ ├── snack_cookie_walkers_02.fbx │ │ │ ├── snack_cookie_walkers_02.fbx.meta │ │ │ ├── snack_cookies_fourre.fbx │ │ │ ├── snack_cookies_fourre.fbx.meta │ │ │ ├── snack_granolabar_kashi_02.fbx │ │ │ ├── snack_granolabar_kashi_02.fbx.meta │ │ │ ├── snack_granolabar_kind.fbx │ │ │ ├── snack_granolabar_kind.fbx.meta │ │ │ ├── snack_granolabar_naturevalley.fbx │ │ │ ├── snack_granolabar_naturevalley.fbx.meta │ │ │ ├── snack_granolabar_quaker.fbx │ │ │ ├── snack_granolabar_quaker.fbx.meta │ │ │ ├── snack_salame_hillshire.fbx │ │ │ ├── snack_salame_hillshire.fbx.meta │ │ │ ├── soup_chickenenchilada_progresso.fbx │ │ │ ├── soup_chickenenchilada_progresso.fbx.meta │ │ │ ├── soup_tomato_pacific.fbx │ │ │ ├── soup_tomato_pacific.fbx.meta │ │ │ ├── storage_ziploc_sandwich.fbx │ │ │ ├── storage_ziploc_sandwich.fbx.meta │ │ │ ├── toiletry_tissue_softly.fbx │ │ │ ├── toiletry_tissue_softly.fbx.meta │ │ │ ├── toiletry_toothpaste_colgate.fbx │ │ │ ├── toiletry_toothpaste_colgate.fbx.meta │ │ │ ├── toy_cat_melissa.fbx │ │ │ ├── toy_cat_melissa.fbx.meta │ │ │ ├── utensil_candle_decorators.fbx │ │ │ ├── utensil_candle_decorators.fbx.meta │ │ │ ├── utensil_coffee_filters.fbx │ │ │ ├── utensil_coffee_filters.fbx.meta │ │ │ ├── utensil_cottonovals_signaturecare_01.fbx │ │ │ ├── utensil_cottonovals_signaturecare_01.fbx.meta │ │ │ ├── utensil_papertowels_valuecorner_01.fbx │ │ │ ├── utensil_papertowels_valuecorner_01.fbx.meta │ │ │ ├── utensil_toiletpaper_scott.fbx │ │ │ ├── utensil_toiletpaper_scott.fbx.meta │ │ │ ├── utensil_trashbag_valuecorner.fbx │ │ │ ├── utensil_trashbag_valuecorner.fbx.meta │ │ │ ├── vitamin_centrumsilver_adults.fbx │ │ │ ├── vitamin_centrumsilver_adults.fbx.meta │ │ │ ├── vitamin_centrumsilver_men.fbx │ │ │ ├── vitamin_centrumsilver_men.fbx.meta │ │ │ ├── vitamin_centrumsilver_woman.fbx │ │ │ └── vitamin_centrumsilver_woman.fbx.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── book_dorkdiaries_aladdin.prefab │ │ │ ├── book_dorkdiaries_aladdin.prefab.meta │ │ │ ├── candy_minipralines_lindt.prefab │ │ │ ├── candy_minipralines_lindt.prefab.meta │ │ │ ├── candy_raffaello_confetteria.prefab │ │ │ ├── candy_raffaello_confetteria.prefab.meta │ │ │ ├── cereal_capn_crunch.prefab │ │ │ ├── cereal_capn_crunch.prefab.meta │ │ │ ├── cereal_cheerios_honeynut.prefab │ │ │ ├── cereal_cheerios_honeynut.prefab.meta │ │ │ ├── cereal_corn_flakes.prefab │ │ │ ├── cereal_corn_flakes.prefab.meta │ │ │ ├── cereal_cracklinoatbran_kelloggs.prefab │ │ │ ├── cereal_cracklinoatbran_kelloggs.prefab.meta │ │ │ ├── cereal_oatmealsquares_quaker.prefab │ │ │ ├── cereal_oatmealsquares_quaker.prefab.meta │ │ │ ├── cereal_puffins_barbaras.prefab │ │ │ ├── cereal_puffins_barbaras.prefab.meta │ │ │ ├── cereal_raisin_bran.prefab │ │ │ ├── cereal_raisin_bran.prefab.meta │ │ │ ├── cereal_rice_krispies.prefab │ │ │ ├── cereal_rice_krispies.prefab.meta │ │ │ ├── chips_gardensalsa_sunchips.prefab │ │ │ ├── chips_gardensalsa_sunchips.prefab.meta │ │ │ ├── chips_sourcream_lays.prefab │ │ │ ├── chips_sourcream_lays.prefab.meta │ │ │ ├── cleaning_freegentle_tide.prefab │ │ │ ├── cleaning_freegentle_tide.prefab.meta │ │ │ ├── cleaning_snuggle_henkel.prefab │ │ │ ├── cleaning_snuggle_henkel.prefab.meta │ │ │ ├── cracker_honeymaid_nabisco.prefab │ │ │ ├── cracker_honeymaid_nabisco.prefab.meta │ │ │ ├── cracker_lightrye_wasa.prefab │ │ │ ├── cracker_lightrye_wasa.prefab.meta │ │ │ ├── cracker_triscuit_avocado.prefab │ │ │ ├── cracker_triscuit_avocado.prefab.meta │ │ │ ├── cracker_zwieback_brandt.prefab │ │ │ ├── cracker_zwieback_brandt.prefab.meta │ │ │ ├── craft_yarn_caron.prefab │ │ │ ├── craft_yarn_caron.prefab.meta │ │ │ ├── drink_adrenaline_shock.prefab │ │ │ ├── drink_adrenaline_shock.prefab.meta │ │ │ ├── drink_coffeebeans_kickinghorse.prefab │ │ │ ├── drink_coffeebeans_kickinghorse.prefab.meta │ │ │ ├── drink_greentea_itoen.prefab │ │ │ ├── drink_greentea_itoen.prefab.meta │ │ │ ├── drink_orangejuice_minutemaid.prefab │ │ │ ├── drink_orangejuice_minutemaid.prefab.meta │ │ │ ├── drink_whippingcream_lucerne.prefab │ │ │ ├── drink_whippingcream_lucerne.prefab.meta │ │ │ ├── footware_slippers_disney.prefab │ │ │ ├── footware_slippers_disney.prefab.meta │ │ │ ├── hygiene_poise_pads.prefab │ │ │ ├── hygiene_poise_pads.prefab.meta │ │ │ ├── lotion_essentially_nivea.prefab │ │ │ ├── lotion_essentially_nivea.prefab.meta │ │ │ ├── lotion_vanilla_nivea.prefab │ │ │ ├── lotion_vanilla_nivea.prefab.meta │ │ │ ├── pasta_lasagne_barilla.prefab │ │ │ ├── pasta_lasagne_barilla.prefab.meta │ │ │ ├── pest_antbaits_terro.prefab │ │ │ ├── pest_antbaits_terro.prefab.meta │ │ │ ├── porridge_grits_quaker.prefab │ │ │ ├── porridge_grits_quaker.prefab.meta │ │ │ ├── seasoning_canesugar_candh.prefab │ │ │ ├── seasoning_canesugar_candh.prefab.meta │ │ │ ├── snack_biscotti_ghiott.prefab │ │ │ ├── snack_biscotti_ghiott.prefab.meta │ │ │ ├── snack_breadsticks_nutella.prefab │ │ │ ├── snack_breadsticks_nutella.prefab.meta │ │ │ ├── snack_chips_pringles.prefab │ │ │ ├── snack_chips_pringles.prefab.meta │ │ │ ├── snack_coffeecakes_hostess.prefab │ │ │ ├── snack_coffeecakes_hostess.prefab.meta │ │ │ ├── snack_cookie_famousamos.prefab │ │ │ ├── snack_cookie_famousamos.prefab.meta │ │ │ ├── snack_cookie_petitecolier.prefab │ │ │ ├── snack_cookie_petitecolier.prefab.meta │ │ │ ├── snack_cookie_quadratini.prefab │ │ │ ├── snack_cookie_quadratini.prefab.meta │ │ │ ├── snack_cookie_waffeletten.prefab │ │ │ ├── snack_cookie_waffeletten.prefab.meta │ │ │ ├── snack_cookie_walkers.prefab │ │ │ ├── snack_cookie_walkers.prefab.meta │ │ │ ├── snack_cookies_fourre.prefab │ │ │ ├── snack_cookies_fourre.prefab.meta │ │ │ ├── snack_granolabar_kashi.prefab │ │ │ ├── snack_granolabar_kashi.prefab.meta │ │ │ ├── snack_granolabar_kind.prefab │ │ │ ├── snack_granolabar_kind.prefab.meta │ │ │ ├── snack_granolabar_naturevalley.prefab │ │ │ ├── snack_granolabar_naturevalley.prefab.meta │ │ │ ├── snack_granolabar_quaker.prefab │ │ │ ├── snack_granolabar_quaker.prefab.meta │ │ │ ├── snack_salame_hillshire.prefab │ │ │ ├── snack_salame_hillshire.prefab.meta │ │ │ ├── soup_chickenenchilada_progresso.prefab │ │ │ ├── soup_chickenenchilada_progresso.prefab.meta │ │ │ ├── soup_tomato_pacific.prefab │ │ │ ├── soup_tomato_pacific.prefab.meta │ │ │ ├── storage_ziploc_sandwich.prefab │ │ │ ├── storage_ziploc_sandwich.prefab.meta │ │ │ ├── toiletry_tissue_softly.prefab │ │ │ ├── toiletry_tissue_softly.prefab.meta │ │ │ ├── toiletry_toothpaste_colgate.prefab │ │ │ ├── toiletry_toothpaste_colgate.prefab.meta │ │ │ ├── toy_cat_melissa.prefab │ │ │ ├── toy_cat_melissa.prefab.meta │ │ │ ├── utensil_candle_decorators.prefab │ │ │ ├── utensil_candle_decorators.prefab.meta │ │ │ ├── utensil_coffee_filters.prefab │ │ │ ├── utensil_coffee_filters.prefab.meta │ │ │ ├── utensil_cottonovals_signaturecare.prefab │ │ │ ├── utensil_cottonovals_signaturecare.prefab.meta │ │ │ ├── utensil_papertowels_valuecorner.prefab │ │ │ ├── utensil_papertowels_valuecorner.prefab.meta │ │ │ ├── utensil_toiletpaper_scott.prefab │ │ │ ├── utensil_toiletpaper_scott.prefab.meta │ │ │ ├── utensil_trashbag_valuecorner.prefab │ │ │ ├── utensil_trashbag_valuecorner.prefab.meta │ │ │ ├── vitamin_centrumsilver_adults.prefab │ │ │ ├── vitamin_centrumsilver_adults.prefab.meta │ │ │ ├── vitamin_centrumsilver_men.prefab │ │ │ ├── vitamin_centrumsilver_men.prefab.meta │ │ │ ├── vitamin_centrumsilver_woman.prefab │ │ │ └── vitamin_centrumsilver_woman.prefab.meta │ │ ├── Textures.meta │ │ └── Textures │ │ │ ├── book_dorkdiaries_aladdin.jpg │ │ │ ├── book_dorkdiaries_aladdin.jpg.meta │ │ │ ├── candy_minipralines_lindt.jpg │ │ │ ├── candy_minipralines_lindt.jpg.meta │ │ │ ├── candy_raffaello_confetteria.jpg │ │ │ ├── candy_raffaello_confetteria.jpg.meta │ │ │ ├── cereal_capn_crunch.jpg │ │ │ ├── cereal_capn_crunch.jpg.meta │ │ │ ├── cereal_cheerios_honeynut.jpg │ │ │ ├── cereal_cheerios_honeynut.jpg.meta │ │ │ ├── cereal_corn_flakes.jpg │ │ │ ├── cereal_corn_flakes.jpg.meta │ │ │ ├── cereal_cracklinoatbran_kelloggs.jpg │ │ │ ├── cereal_cracklinoatbran_kelloggs.jpg.meta │ │ │ ├── cereal_oatmealsquares_quaker.jpg │ │ │ ├── cereal_oatmealsquares_quaker.jpg.meta │ │ │ ├── cereal_puffins_barbaras.jpg │ │ │ ├── cereal_puffins_barbaras.jpg.meta │ │ │ ├── cereal_raisin_bran.jpg │ │ │ ├── cereal_raisin_bran.jpg.meta │ │ │ ├── cereal_rice_krispies.jpg │ │ │ ├── cereal_rice_krispies.jpg.meta │ │ │ ├── chips_gardensalsa_sunchips.jpg │ │ │ ├── chips_gardensalsa_sunchips.jpg.meta │ │ │ ├── chips_sourcream_lays.jpg │ │ │ ├── chips_sourcream_lays.jpg.meta │ │ │ ├── cleaning_freegentle_tide.jpg │ │ │ ├── cleaning_freegentle_tide.jpg.meta │ │ │ ├── cleaning_snuggle_henkel.jpg │ │ │ ├── cleaning_snuggle_henkel.jpg.meta │ │ │ ├── cracker_honeymaid_nabisco.jpg │ │ │ ├── cracker_honeymaid_nabisco.jpg.meta │ │ │ ├── cracker_lightrye_wasa.jpg │ │ │ ├── cracker_lightrye_wasa.jpg.meta │ │ │ ├── cracker_triscuit_avocado.jpg │ │ │ ├── cracker_triscuit_avocado.jpg.meta │ │ │ ├── cracker_zwieback_brandt.jpg │ │ │ ├── cracker_zwieback_brandt.jpg.meta │ │ │ ├── craft_yarn_caron_01.jpg │ │ │ ├── craft_yarn_caron_01.jpg.meta │ │ │ ├── drink_adrenaline_shock.jpg │ │ │ ├── drink_adrenaline_shock.jpg.meta │ │ │ ├── drink_coffeebeans_kickinghorse.jpg │ │ │ ├── drink_coffeebeans_kickinghorse.jpg.meta │ │ │ ├── drink_greentea_itoen.jpg │ │ │ ├── drink_greentea_itoen.jpg.meta │ │ │ ├── drink_orangejuice_minutemaid_01.jpg │ │ │ ├── drink_orangejuice_minutemaid_01.jpg.meta │ │ │ ├── drink_whippingcream_lucerne.jpg │ │ │ ├── drink_whippingcream_lucerne.jpg.meta │ │ │ ├── footware_slippers_disney.jpg │ │ │ ├── footware_slippers_disney.jpg.meta │ │ │ ├── hygiene_poise_pads_02.jpg │ │ │ ├── hygiene_poise_pads_02.jpg.meta │ │ │ ├── lotion_essentially_nivea.jpg │ │ │ ├── lotion_essentially_nivea.jpg.meta │ │ │ ├── lotion_vanilla_nivea.jpg │ │ │ ├── lotion_vanilla_nivea.jpg.meta │ │ │ ├── pasta_lasagne_barilla.jpg │ │ │ ├── pasta_lasagne_barilla.jpg.meta │ │ │ ├── pest_antbaits_terro.tga │ │ │ ├── pest_antbaits_terro.tga.meta │ │ │ ├── porridge_grits_quaker.jpg │ │ │ ├── porridge_grits_quaker.jpg.meta │ │ │ ├── seasoning_canesugar_candh.jpg │ │ │ ├── seasoning_canesugar_candh.jpg.meta │ │ │ ├── snack_biscotti_ghiott_01.jpg │ │ │ ├── snack_biscotti_ghiott_01.jpg.meta │ │ │ ├── snack_breadsticks_nutella.jpg │ │ │ ├── snack_breadsticks_nutella.jpg.meta │ │ │ ├── snack_chips_pringles.jpg │ │ │ ├── snack_chips_pringles.jpg.meta │ │ │ ├── snack_coffeecakes_hostess.jpg │ │ │ ├── snack_coffeecakes_hostess.jpg.meta │ │ │ ├── snack_cookie_famousamos.jpg │ │ │ ├── snack_cookie_famousamos.jpg.meta │ │ │ ├── snack_cookie_petitecolier.jpg │ │ │ ├── snack_cookie_petitecolier.jpg.meta │ │ │ ├── snack_cookie_quadratini.jpg │ │ │ ├── snack_cookie_quadratini.jpg.meta │ │ │ ├── snack_cookie_waffeletten.jpg │ │ │ ├── snack_cookie_waffeletten.jpg.meta │ │ │ ├── snack_cookie_walkers_02.jpg │ │ │ ├── snack_cookie_walkers_02.jpg.meta │ │ │ ├── snack_cookies_fourre.jpg │ │ │ ├── snack_cookies_fourre.jpg.meta │ │ │ ├── snack_granolabar_kashi_02.jpg │ │ │ ├── snack_granolabar_kashi_02.jpg.meta │ │ │ ├── snack_granolabar_kind.jpg │ │ │ ├── snack_granolabar_kind.jpg.meta │ │ │ ├── snack_granolabar_naturevalley.jpg │ │ │ ├── snack_granolabar_naturevalley.jpg.meta │ │ │ ├── snack_granolabar_quaker.jpg │ │ │ ├── snack_granolabar_quaker.jpg.meta │ │ │ ├── snack_salame_hillshire.jpg │ │ │ ├── snack_salame_hillshire.jpg.meta │ │ │ ├── soup_chickenenchilada_progresso.jpg │ │ │ ├── soup_chickenenchilada_progresso.jpg.meta │ │ │ ├── soup_tomato_pacific.jpg │ │ │ ├── soup_tomato_pacific.jpg.meta │ │ │ ├── storage_ziploc_sandwich.jpg │ │ │ ├── storage_ziploc_sandwich.jpg.meta │ │ │ ├── toiletry_tissue_softly.jpg │ │ │ ├── toiletry_tissue_softly.jpg.meta │ │ │ ├── toiletry_toothpaste_colgate.jpg │ │ │ ├── toiletry_toothpaste_colgate.jpg.meta │ │ │ ├── toy_cat_melissa.jpg │ │ │ ├── toy_cat_melissa.jpg.meta │ │ │ ├── utensil_candle_decorators.tga │ │ │ ├── utensil_candle_decorators.tga.meta │ │ │ ├── utensil_coffee_filters.jpg │ │ │ ├── utensil_coffee_filters.jpg.meta │ │ │ ├── utensil_cottonovals_signaturecare_01.tga │ │ │ ├── utensil_cottonovals_signaturecare_01.tga.meta │ │ │ ├── utensil_papertowels_valuecorner_01.jpg │ │ │ ├── utensil_papertowels_valuecorner_01.jpg.meta │ │ │ ├── utensil_toiletpaper_scott.tga │ │ │ ├── utensil_toiletpaper_scott.tga.meta │ │ │ ├── utensil_trashbag_valuecorner.jpg │ │ │ ├── utensil_trashbag_valuecorner.jpg.meta │ │ │ ├── vitamin_centrumsilver_adults.jpg │ │ │ ├── vitamin_centrumsilver_adults.jpg.meta │ │ │ ├── vitamin_centrumsilver_men.jpg │ │ │ ├── vitamin_centrumsilver_men.jpg.meta │ │ │ ├── vitamin_centrumsilver_woman.jpg │ │ │ └── vitamin_centrumsilver_woman.jpg.meta │ ├── Perception Configs.meta │ ├── Perception Configs │ │ ├── IdLabelConfig.asset │ │ ├── IdLabelConfig.asset.meta │ │ ├── SemanticSegmentationLabelConfig.asset │ │ └── SemanticSegmentationLabelConfig.asset.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Shaders.meta │ │ └── Shaders │ │ │ ├── GaussianBlurShader.shader │ │ │ ├── GaussianBlurShader.shader.meta │ │ │ ├── HueShiftOpaque.shadergraph │ │ │ ├── HueShiftOpaque.shadergraph.meta │ │ │ ├── HueShiftTransparent.shadergraph │ │ │ ├── HueShiftTransparent.shadergraph.meta │ │ │ ├── ShaderRand.cginc │ │ │ ├── ShaderRand.cginc.meta │ │ │ ├── WhiteNoiseShader.shader │ │ │ └── WhiteNoiseShader.shader.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SynthDet.unity │ │ └── SynthDet.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── MenuItems.cs │ │ │ └── MenuItems.cs.meta │ │ ├── MetadataTags.meta │ │ ├── MetadataTags │ │ │ ├── LightMetadataTag.cs │ │ │ ├── LightMetadataTag.cs.meta │ │ │ ├── PostProcessingMetadataTag.cs │ │ │ └── PostProcessingMetadataTag.cs.meta │ │ ├── RandomizerTags.meta │ │ ├── RandomizerTags │ │ │ ├── CameraPostProcessingMetricReporterTag.cs │ │ │ ├── CameraPostProcessingMetricReporterTag.cs.meta │ │ │ ├── ForegroundObjectMetricReporterTag.cs │ │ │ ├── ForegroundObjectMetricReporterTag.cs.meta │ │ │ ├── ForegroundOccluderScaleRandomizerTag.cs │ │ │ ├── ForegroundOccluderScaleRandomizerTag.cs.meta │ │ │ ├── ForegroundScaleRandomizerTag.cs │ │ │ ├── ForegroundScaleRandomizerTag.cs.meta │ │ │ ├── LightRandomizerTag.cs │ │ │ ├── LightRandomizerTag.cs.meta │ │ │ ├── LightingInfoMetricReporterTag.cs │ │ │ ├── LightingInfoMetricReporterTag.cs.meta │ │ │ ├── UnifiedRotationRandomizerTag.cs │ │ │ ├── UnifiedRotationRandomizerTag.cs.meta │ │ │ ├── VolumeRandomizerTag.cs │ │ │ └── VolumeRandomizerTag.cs.meta │ │ ├── Randomizers.meta │ │ ├── Randomizers │ │ │ ├── BackgroundObjectPlacementRandomizer.cs │ │ │ ├── BackgroundObjectPlacementRandomizer.cs.meta │ │ │ ├── ForegroundObjectPlacementRandomizer.cs │ │ │ ├── ForegroundObjectPlacementRandomizer.cs.meta │ │ │ ├── ForegroundOccluderPlacementRandomizer.cs │ │ │ ├── ForegroundOccluderPlacementRandomizer.cs.meta │ │ │ ├── ForegroundOccluderScaleRandomizer.cs │ │ │ ├── ForegroundOccluderScaleRandomizer.cs.meta │ │ │ ├── ForegroundScaleRandomizer.cs │ │ │ ├── ForegroundScaleRandomizer.cs.meta │ │ │ ├── ForegroundScaleRandomizerForNonNormalizedMeshes.cs │ │ │ ├── ForegroundScaleRandomizerForNonNormalizedMeshes.cs.meta │ │ │ ├── LightRandomizer.cs │ │ │ ├── LightRandomizer.cs.meta │ │ │ ├── UnifiedRotationRandomizer.cs │ │ │ ├── UnifiedRotationRandomizer.cs.meta │ │ │ ├── VolumeRandomizer.cs │ │ │ └── VolumeRandomizer.cs.meta │ │ ├── Runtime.meta │ │ ├── Runtime │ │ │ ├── ForegroundAssetRole.cs │ │ │ └── ForegroundAssetRole.cs.meta │ │ ├── Utilities.meta │ │ └── Utilities │ │ │ ├── MinMaxAABB.cs │ │ │ ├── MinMaxAABB.cs.meta │ │ │ ├── Utilities.cs │ │ │ └── Utilities.cs.meta │ ├── Settings.meta │ └── Settings │ │ ├── HDRP High Fidelity.asset │ │ ├── HDRP High Fidelity.asset.meta │ │ ├── HDRPDefaultResources.meta │ │ ├── HDRPDefaultResources │ │ ├── DefaultLookDevProfile.asset │ │ ├── DefaultLookDevProfile.asset.meta │ │ ├── DefaultSettingsVolumeProfile.asset │ │ ├── DefaultSettingsVolumeProfile.asset.meta │ │ ├── FoliageDiffusionProfile.asset │ │ ├── FoliageDiffusionProfile.asset.meta │ │ ├── HDRenderPipelineAsset.asset │ │ ├── HDRenderPipelineAsset.asset.meta │ │ ├── HDRenderPipelineGlobalSettings.asset │ │ ├── HDRenderPipelineGlobalSettings.asset.meta │ │ ├── SkinDiffusionProfile.asset │ │ └── SkinDiffusionProfile.asset.meta │ │ ├── SkyandFogSettingsProfile.asset │ │ └── SkyandFogSettingsProfile.asset.meta ├── Packages │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── HDRPProjectSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Packages │ │ └── com.unity.testtools.codecoverage │ │ │ └── Settings.json │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── SceneTemplateSettings.json │ ├── ShaderGraphSettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── TimelineSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ ├── XRSettings.asset │ └── boot.config └── UserSettings │ ├── EditorUserSettings.asset │ ├── HDRPUserSettings.asset │ ├── Layouts │ └── default-2021.dwlt │ └── Search.settings └── docs ├── BackgroundUnity.md ├── CreatingAssets.md ├── GettingStartedSynthDet.md ├── Synthetic Data pipeline.drawio ├── UnityGroceriesReal.md ├── UnityProjectOverview.md └── images ├── CPU-RAM.PNG ├── CerealBox.png ├── ClickRun.PNG ├── CreateNewUnityProjectID.png ├── CreateServer.PNG ├── CustomImageNameSha.PNG ├── DockerDashboard.PNG ├── FinishedNotebook.PNG ├── GpuSelect.PNG ├── OpenCloudServices.png ├── RunAll.PNG ├── Sim2SimTest.PNG ├── SynthDetScene.png ├── Synthetic Data pipeline-Perception Workflow.png ├── Synthetic Data pipeline-SynthDet cloud.png ├── Synthetic Data pipeline-SynthDet local.png ├── USimRunWindow.PNG ├── UnityProjectIdOrg.PNG ├── UnitySimulationNotebook.PNG ├── annotatedPicture.png ├── assets-bundle.png ├── auth_token.PNG ├── banner.PNG ├── build_uploaded.png ├── createdAsset.png ├── customImage.PNG ├── dataVolume.PNG ├── dataset.png ├── exampleLinuxZipBuild.png ├── foreground_randomizer.png ├── jupyter.png ├── linux_build_support.png ├── locateThea.PNG ├── play.png ├── qs-1.png ├── randomizers_collapsed.png ├── realImage.png ├── runinusim.png ├── slippers.png ├── theaNotebook.PNG ├── unity-wide.png └── usimSumExecution.PNG /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.yamato/ci-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/.yamato/ci-test.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/README.md -------------------------------------------------------------------------------- /SynthDet/.collabignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/.collabignore -------------------------------------------------------------------------------- /SynthDet/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/.gitattributes -------------------------------------------------------------------------------- /SynthDet/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/.gitignore -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_023.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_023.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_024.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_024.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_025.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_025.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_026.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_026.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_027.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_027.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_028.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_028.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_029.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_029.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_030.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_030.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_031.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_031.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_031.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_032.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_032.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_032.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_033.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_033.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_033.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_034.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_034.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_034.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_035.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_035.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_035.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_036.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_036.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_036.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_037.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_037.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_037.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_038.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_038.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_038.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_039.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_039.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_039.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_040.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_040.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_040.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_041.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Avocado/Avocado_041.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Avocado/Avocado_041.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_023.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_023.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_024.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_024.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_025.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_025.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_026.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_026.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_027.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_027.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_028.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_028.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_029.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_029.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_030.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_030.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_031.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_031.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_031.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_032.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_032.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_032.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_033.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_033.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_033.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_034.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_034.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_034.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_035.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_035.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_035.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_036.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_036.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_036.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_037.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_037.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_037.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_038.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_038.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_038.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_039.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_039.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_039.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_040.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_040.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_040.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_041.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_041.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_041.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_042.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_042.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_042.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_043.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_043.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_043.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_044.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_044.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_044.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_045.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_045.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_045.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_046.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Kiwi/Kiwi_046.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Kiwi/Kiwi_046.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/LICENSE.txt -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/LICENSE.txt.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_023.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_023.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_024.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_024.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_025.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_025.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_026.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_026.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_027.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_027.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_028.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_028.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_029.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_029.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_030.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_030.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_031.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Lime/Lime_031.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Lime/Lime_031.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Melon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Melon.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Melon/Cantaloupe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Melon/Cantaloupe.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Melon/Galia-Melon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Melon/Galia-Melon.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Melon/Honeydew-Melon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Melon/Honeydew-Melon.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Melon/Watermelon.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Melon/Watermelon.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_023.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_023.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_024.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_024.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_025.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_025.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_026.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_026.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_027.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_027.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_028.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_028.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_029.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_029.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_030.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_030.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_031.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_031.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_031.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_032.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_032.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_032.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_033.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_033.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_033.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_034.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_034.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_034.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_035.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_035.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_035.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_036.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_036.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_036.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_037.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_037.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_037.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_038.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_038.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_038.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_039.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_039.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_039.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_040.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_040.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_040.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_041.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_041.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_041.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_042.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_042.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_042.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_042.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_043.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_043.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_043.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_043.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_044.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_044.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_044.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_045.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_045.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_045.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_046.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_046.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_046.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_046.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_047.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_047.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_047.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_047.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_048.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_048.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_048.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_049.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_049.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_049.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_049.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_050.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_050.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_050.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_050.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_051.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_051.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_051.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_051.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_052.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_052.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_052.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_053.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_053.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_053.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_053.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_054.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_054.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_054.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_054.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_055.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_055.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_055.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_056.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_056.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_056.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_056.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_057.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_057.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Orange/Orange_057.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Orange/Orange_057.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Passion-Fruit.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Passion-Fruit.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_023.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_023.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_024.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_024.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_025.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_025.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_026.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_026.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_027.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_027.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_028.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_028.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_029.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_029.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_030.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_030.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_031.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_031.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_031.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_032.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_032.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_032.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_032.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_033.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_033.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_033.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_033.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_034.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_034.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_034.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_034.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_035.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_035.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_035.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_035.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_036.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_036.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_036.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_036.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_037.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_037.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_037.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_037.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_038.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_038.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_038.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_038.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_039.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_039.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_039.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_039.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_040.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_040.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_040.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_040.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_041.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_041.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_041.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Anjou/Anjou_041.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Conference.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Conference.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_023.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_024.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_025.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_025.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_026.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_026.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_027.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_028.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_028.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_029.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_029.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_030.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Pear/Kaiser/Kaiser_030.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_001.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_001.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_001.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_002.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_002.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_002.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_003.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_003.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_003.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_004.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_004.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_004.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_005.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_005.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_005.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_006.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_006.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_006.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_007.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_007.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_007.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_008.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_008.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_008.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_009.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_009.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_009.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_010.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_010.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_010.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_011.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_011.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_011.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_012.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_012.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_012.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_012.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_013.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_013.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_013.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_013.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_014.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_014.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_014.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_014.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_015.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_015.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_015.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_015.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_016.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_016.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_016.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_017.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_017.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_017.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_017.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_018.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_018.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_018.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_019.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_019.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_019.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_019.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_020.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_020.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_020.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_020.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_021.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_021.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_021.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_022.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Plum/Plum_022.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Plum/Plum_022.jpg.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/README.md -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/README.md.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Background Textures/Red-Grapefruit.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Background Textures/Red-Grapefruit.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Background Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Background Prefabs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Foreground Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Foreground Prefabs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Materials.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Cube_hardedge_01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Cube_hardedge_01.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Cube_hardedge_02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Cube_hardedge_02.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Cube_roundedge_01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Cube_roundedge_01.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Cube_roundedge_02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Cube_roundedge_02.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Sphere_quad_01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Sphere_quad_01.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Sphere_quad_01.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Sphere_quad_01.fbx.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Sphere_quad_02.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Sphere_quad_02.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Distractor Objects/Models/Sphere_quad_02.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Distractor Objects/Models/Sphere_quad_02.fbx.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Materials.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Materials/toy_cat_melissa.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Materials/toy_cat_melissa.mat -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/cereal_capn_crunch.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/cereal_capn_crunch.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/cereal_corn_flakes.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/cereal_corn_flakes.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/cereal_raisin_bran.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/cereal_raisin_bran.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/craft_yarn_caron_01.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/craft_yarn_caron_01.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/pest_antbaits_terro.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/pest_antbaits_terro.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/soup_tomato_pacific.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/soup_tomato_pacific.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Models/toy_cat_melissa.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Models/toy_cat_melissa.fbx -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Prefabs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Prefabs/toy_cat_melissa.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Prefabs/toy_cat_melissa.prefab -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Textures.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Foreground Objects/Textures/toy_cat_melissa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Foreground Objects/Textures/toy_cat_melissa.jpg -------------------------------------------------------------------------------- /SynthDet/Assets/Perception Configs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Perception Configs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Perception Configs/IdLabelConfig.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Perception Configs/IdLabelConfig.asset -------------------------------------------------------------------------------- /SynthDet/Assets/Perception Configs/IdLabelConfig.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Perception Configs/IdLabelConfig.asset.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/GaussianBlurShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/GaussianBlurShader.shader -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/GaussianBlurShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/GaussianBlurShader.shader.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/HueShiftOpaque.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/HueShiftOpaque.shadergraph -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/HueShiftOpaque.shadergraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/HueShiftOpaque.shadergraph.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/HueShiftTransparent.shadergraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/HueShiftTransparent.shadergraph -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/ShaderRand.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/ShaderRand.cginc -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/ShaderRand.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/ShaderRand.cginc.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/WhiteNoiseShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/WhiteNoiseShader.shader -------------------------------------------------------------------------------- /SynthDet/Assets/Resources/Shaders/WhiteNoiseShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Resources/Shaders/WhiteNoiseShader.shader.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scenes.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scenes/SynthDet.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scenes/SynthDet.unity -------------------------------------------------------------------------------- /SynthDet/Assets/Scenes/SynthDet.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scenes/SynthDet.unity.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Editor.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Editor/MenuItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Editor/MenuItems.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Editor/MenuItems.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c4ed0e3512ad499184e92f4c444c4f9d 3 | timeCreated: 1615930149 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/MetadataTags.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/MetadataTags.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/MetadataTags/LightMetadataTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/MetadataTags/LightMetadataTag.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/MetadataTags/LightMetadataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73453f66dedc4ee080ccdc5e0274f097 3 | timeCreated: 1665080585 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/MetadataTags/PostProcessingMetadataTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/MetadataTags/PostProcessingMetadataTag.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/MetadataTags/PostProcessingMetadataTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb147ea829654c109299b862a6eaa62e 3 | timeCreated: 1665081326 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36bd4a49b03b4494839cf95a2cee495c 3 | timeCreated: 1615929356 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/CameraPostProcessingMetricReporterTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6b5d85fac5b54dd0b5033f19431283d 3 | timeCreated: 1600834529 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/ForegroundObjectMetricReporterTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e57b33bec7ab54116a8a77326d34009e 3 | timeCreated: 1600834529 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/LightRandomizerTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/RandomizerTags/LightRandomizerTag.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/LightRandomizerTag.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/RandomizerTags/LightRandomizerTag.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/UnifiedRotationRandomizerTag.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8daff886c922d47b4a38fa36c730f13d 3 | timeCreated: 1600834529 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/RandomizerTags/VolumeRandomizerTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/RandomizerTags/VolumeRandomizerTag.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4fd818e10d6b425184aaf98ac2cb7fb7 3 | timeCreated: 1615928826 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/ForegroundScaleRandomizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/ForegroundScaleRandomizer.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/LightRandomizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/LightRandomizer.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/LightRandomizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/LightRandomizer.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/UnifiedRotationRandomizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/UnifiedRotationRandomizer.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/UnifiedRotationRandomizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a0a82d7ffc1b4d1dbc87af8b5a8d974 3 | timeCreated: 1600834466 -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/VolumeRandomizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/VolumeRandomizer.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Randomizers/VolumeRandomizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Randomizers/VolumeRandomizer.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Runtime.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Runtime/ForegroundAssetRole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Runtime/ForegroundAssetRole.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Runtime/ForegroundAssetRole.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Runtime/ForegroundAssetRole.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Utilities.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Utilities.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Utilities/MinMaxAABB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Utilities/MinMaxAABB.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Utilities/MinMaxAABB.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Utilities/MinMaxAABB.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Utilities/Utilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Utilities/Utilities.cs -------------------------------------------------------------------------------- /SynthDet/Assets/Scripts/Utilities/Utilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Scripts/Utilities/Utilities.cs.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Settings/HDRP High Fidelity.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings/HDRP High Fidelity.asset -------------------------------------------------------------------------------- /SynthDet/Assets/Settings/HDRP High Fidelity.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings/HDRP High Fidelity.asset.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Settings/HDRPDefaultResources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings/HDRPDefaultResources.meta -------------------------------------------------------------------------------- /SynthDet/Assets/Settings/SkyandFogSettingsProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings/SkyandFogSettingsProfile.asset -------------------------------------------------------------------------------- /SynthDet/Assets/Settings/SkyandFogSettingsProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Assets/Settings/SkyandFogSettingsProfile.asset.meta -------------------------------------------------------------------------------- /SynthDet/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Packages/manifest.json -------------------------------------------------------------------------------- /SynthDet/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/Packages/packages-lock.json -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/HDRPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/HDRPProjectSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /SynthDet/ProjectSettings/boot.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SynthDet/UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/UserSettings/EditorUserSettings.asset -------------------------------------------------------------------------------- /SynthDet/UserSettings/HDRPUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/UserSettings/HDRPUserSettings.asset -------------------------------------------------------------------------------- /SynthDet/UserSettings/Layouts/default-2021.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/SynthDet/UserSettings/Layouts/default-2021.dwlt -------------------------------------------------------------------------------- /SynthDet/UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /docs/BackgroundUnity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/BackgroundUnity.md -------------------------------------------------------------------------------- /docs/CreatingAssets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/CreatingAssets.md -------------------------------------------------------------------------------- /docs/GettingStartedSynthDet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/GettingStartedSynthDet.md -------------------------------------------------------------------------------- /docs/Synthetic Data pipeline.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/Synthetic Data pipeline.drawio -------------------------------------------------------------------------------- /docs/UnityGroceriesReal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/UnityGroceriesReal.md -------------------------------------------------------------------------------- /docs/UnityProjectOverview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/UnityProjectOverview.md -------------------------------------------------------------------------------- /docs/images/CPU-RAM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/CPU-RAM.PNG -------------------------------------------------------------------------------- /docs/images/CerealBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/CerealBox.png -------------------------------------------------------------------------------- /docs/images/ClickRun.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/ClickRun.PNG -------------------------------------------------------------------------------- /docs/images/CreateNewUnityProjectID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/CreateNewUnityProjectID.png -------------------------------------------------------------------------------- /docs/images/CreateServer.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/CreateServer.PNG -------------------------------------------------------------------------------- /docs/images/CustomImageNameSha.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/CustomImageNameSha.PNG -------------------------------------------------------------------------------- /docs/images/DockerDashboard.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/DockerDashboard.PNG -------------------------------------------------------------------------------- /docs/images/FinishedNotebook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/FinishedNotebook.PNG -------------------------------------------------------------------------------- /docs/images/GpuSelect.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/GpuSelect.PNG -------------------------------------------------------------------------------- /docs/images/OpenCloudServices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/OpenCloudServices.png -------------------------------------------------------------------------------- /docs/images/RunAll.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/RunAll.PNG -------------------------------------------------------------------------------- /docs/images/Sim2SimTest.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/Sim2SimTest.PNG -------------------------------------------------------------------------------- /docs/images/SynthDetScene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/SynthDetScene.png -------------------------------------------------------------------------------- /docs/images/Synthetic Data pipeline-Perception Workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/Synthetic Data pipeline-Perception Workflow.png -------------------------------------------------------------------------------- /docs/images/Synthetic Data pipeline-SynthDet cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/Synthetic Data pipeline-SynthDet cloud.png -------------------------------------------------------------------------------- /docs/images/Synthetic Data pipeline-SynthDet local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/Synthetic Data pipeline-SynthDet local.png -------------------------------------------------------------------------------- /docs/images/USimRunWindow.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/USimRunWindow.PNG -------------------------------------------------------------------------------- /docs/images/UnityProjectIdOrg.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/UnityProjectIdOrg.PNG -------------------------------------------------------------------------------- /docs/images/UnitySimulationNotebook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/UnitySimulationNotebook.PNG -------------------------------------------------------------------------------- /docs/images/annotatedPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/annotatedPicture.png -------------------------------------------------------------------------------- /docs/images/assets-bundle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/assets-bundle.png -------------------------------------------------------------------------------- /docs/images/auth_token.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/auth_token.PNG -------------------------------------------------------------------------------- /docs/images/banner.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/banner.PNG -------------------------------------------------------------------------------- /docs/images/build_uploaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/build_uploaded.png -------------------------------------------------------------------------------- /docs/images/createdAsset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/createdAsset.png -------------------------------------------------------------------------------- /docs/images/customImage.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/customImage.PNG -------------------------------------------------------------------------------- /docs/images/dataVolume.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/dataVolume.PNG -------------------------------------------------------------------------------- /docs/images/dataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/dataset.png -------------------------------------------------------------------------------- /docs/images/exampleLinuxZipBuild.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/exampleLinuxZipBuild.png -------------------------------------------------------------------------------- /docs/images/foreground_randomizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/foreground_randomizer.png -------------------------------------------------------------------------------- /docs/images/jupyter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/jupyter.png -------------------------------------------------------------------------------- /docs/images/linux_build_support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/linux_build_support.png -------------------------------------------------------------------------------- /docs/images/locateThea.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/locateThea.PNG -------------------------------------------------------------------------------- /docs/images/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/play.png -------------------------------------------------------------------------------- /docs/images/qs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/qs-1.png -------------------------------------------------------------------------------- /docs/images/randomizers_collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/randomizers_collapsed.png -------------------------------------------------------------------------------- /docs/images/realImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/realImage.png -------------------------------------------------------------------------------- /docs/images/runinusim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/runinusim.png -------------------------------------------------------------------------------- /docs/images/slippers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/slippers.png -------------------------------------------------------------------------------- /docs/images/theaNotebook.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/theaNotebook.PNG -------------------------------------------------------------------------------- /docs/images/unity-wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/unity-wide.png -------------------------------------------------------------------------------- /docs/images/usimSumExecution.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/SynthDet/HEAD/docs/images/usimSumExecution.PNG --------------------------------------------------------------------------------