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 6f9d9bd commit 54fb2c9Copy full SHA for 54fb2c9
com.unity.toonshader/Editor/UTS3GUI.cs
@@ -1423,7 +1423,7 @@ 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)
0 commit comments