Fix unity export preset thanks to @MathemanFlo

This commit is contained in:
luboslenco
2020-10-25 09:51:57 +01:00
parent 7c09a08a61
commit b5c1c78bec
+2 -1
View File
@@ -2,6 +2,7 @@
"textures": [
{ "name": "base", "channels": ["base_r", "base_g", "base_b", "1.0"] },
{ "name": "nor", "channels": ["nor_r", "nor_g", "nor_b", "1.0"] },
{ "name": "mos", "channels": ["metal", "occ", "smooth", "1.0"] }
{ "name": "mos", "channels": ["metal", "occ", "1.0", "smooth"] },
{ "name": "height", "channels": ["0.0", "height", "0.0", "1.0"] }
]
}