We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fb2c9 commit cf0ebc3Copy full SHA for cf0ebc3
com.unity.toonshader/Editor/UTS3GUI.cs
@@ -1423,13 +1423,8 @@ void GUI_BasicThreeColors(Material material)
1423
m_MaterialEditor.TexturePropertySingleLine(Styles.secondShadeColorText, secondShadeMap, secondShadeColor);
1424
}
1425
EditorGUILayout.Space();
1426
- m_MaterialEditor.TextureScaleOffsetProperty(baseColor);
1427
- /*
1428
- _NormalMap_Foldout = FoldoutSubMenu(_NormalMap_Foldout, Styles.normalMapFoldout);
1429
- if (_NormalMap_Foldout)
1430
- {
1431
- }
1432
- */
+ m_MaterialEditor.TextureScaleOffsetProperty(mainTex);
+
1433
_ShadowControlMaps_Foldout = FoldoutSubMenu(_ShadowControlMaps_Foldout, Styles.shadowControlMapFoldout);
1434
if (_ShadowControlMaps_Foldout)
1435
{
0 commit comments