[
{ "type": "tab", "displayName": "Textures", "tabWidth": 150 },
{ "type": "label", "displayName": "— Main Textures —", "defaultColor": "#1e1e2e", "textColor": "#cdd6f4" },
{ "type": "texture", "name": "_MainTex", "displayName": "Albedo", "wrapMode": "Repeat" },
{ "type": "texture", "name": "_BumpMap", "displayName": "Normal Map", "wrapMode": "Repeat" },
{ "type": "column" },
{ "type": "label", "displayName": "— Detail Layer —", "defaultColor": "#1e1e2e", "textColor": "#cdd6f4" },
{ "type": "texture", "name": "_DetailAlbedoMap", "displayName": "Detail Albedo", "wrapMode": "Repeat" },
{ "type": "texture", "name": "_DecalTex", "displayName": "Decal Pattern", "wrapMode": "Clamp" },
{ "type": "tab", "displayName": "Material", "tabWidth": 150 },
{ "type": "color", "name": "_Color", "displayName": "Main Color", "defaultColor": "#FFFFFF" },
{ "type": "float", "name": "_Glossiness", "displayName": "Smoothness", "defaultValue": 0.5, "minValue": 0.0, "maxValue": 1.0 },
{ "type": "float", "name": "_Metallic", "displayName": "Metallic", "defaultValue": 0.0, "minValue": 0.0, "maxValue": 1.0 },
{ "type": "column" },
{ "type": "color", "name": "_EmissionColor", "displayName": "Emission Color", "defaultColor": "#000000" },
{ "type": "toggle", "name": "_UseEmission", "displayName": "Enable Emission", "defaultValueBool": false, "keyword": "_EMISSION" },
{ "type": "float", "name": "_EmissionIntensity", "displayName": "Emission Intensity", "defaultValue": 0.0, "minValue": 0.0, "maxValue": 5.0 },
{ "type": "tab", "displayName": "UV", "tabWidth": 150 },
{ "type": "vector4", "name": "_MainTex_ST", "displayName": "Main Tex Tiling/Offset",
"defaultVector4": { "x": 1, "y": 1, "z": 0, "w": 0 },
"minVector4": { "x": 0.1, "y": 0.1, "z": -2, "w": -2 },
"maxVector4": { "x": 8, "y": 8, "z": 2, "w": 2 }
},
{ "type": "vector4", "name": "_DetailTex_ST", "displayName": "Detail Tex Tiling/Offset",
"defaultVector4": { "x": 2, "y": 2, "z": 0, "w": 0 },
"minVector4": { "x": 0.1, "y": 0.1, "z": -2, "w": -2 },
"maxVector4": { "x": 16, "y": 16, "z": 2, "w": 2 }
}
]