Skip to content

Commit e60665d

Browse files
committed
Added custom icons to assets
1 parent 063a807 commit e60665d

16 files changed

+494
-17
lines changed

Editor/Editors/Drawers/VariablePropertyDrawer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public override VisualElement CreatePropertyGUI(SerializedProperty property)
2222
var visualTree = Resources.Load<VisualTreeAsset>(MSSConstants.RESOURCES_FOLDER + "/MSSUIElements/VariablePropertyDrawer");
2323
VisualElement template = visualTree.CloneTree();
2424
var foldout = new Foldout();
25-
//TODO: Live updated the text value
2625
foldout.text = property.displayName;
2726
foldout.RegisterValueChangedCallback((e) => property.isExpanded = e.newValue);
2827
foldout.value = property.isExpanded;
8.59 KB
Loading

Editor/Resources/MSS/ModularShaderIcon.png.meta

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
3.44 KB
Loading

Editor/Resources/MSS/ShaderModuleIcon.png.meta

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading

Editor/Resources/MSS/TemplateCollectionIcon.png.meta

Lines changed: 104 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/Resources/MSS/TemplateIcon.png

1.44 KB
Loading

0 commit comments

Comments
 (0)