File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ public void FindProperties(MaterialProperty[] props)
2626 alphaCutoff = FindProperty ( "_Cutoff" , props , false ) ;
2727 albedoColor = FindProperty ( "_Color" , props , false ) ;
2828
29- FindPropertiesPlus ( props ) ;
29+ FindPropertiesPlusVisibility ( props ) ;
30+ FindPropertiesPlusCull ( props ) ;
3031 }
3132
3233 public override void OnGUI ( MaterialEditor materialEditor , MaterialProperty [ ] props )
@@ -50,7 +51,10 @@ public void ShaderPropertiesGUI(Material material)
5051
5152 // My stuff
5253 EditorGUILayout . Space ( ) ;
53- PlusOptions ( material ) ;
54+ GUILayout . Label ( "Plus Options" , EditorStyles . largeLabel ) ;
55+ VisibilityOptions ( ) ;
56+ GUILayout . Label ( "Other Options" , EditorStyles . boldLabel ) ;
57+ TwoSidedPopup ( ) ;
5458 }
5559 }
5660} // namespace ShingenPizza.Shaders.UnityPlus
You can’t perform that action at this time.
0 commit comments