Skip to content

Commit

Permalink
Merge pull request #18 from SolidAlloy/guid-duplication-fix
Browse files Browse the repository at this point in the history
Fix GUID duplication errors when the package is installed via Git or OpenUPM
  • Loading branch information
xsduan committed Mar 10, 2021
2 parents 22d275b + 82a5f6f commit 789cd45
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 413 deletions.
2 changes: 1 addition & 1 deletion Editor/FolderEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class FolderEditor : UnityEditor.Editor
public override bool RequiresConstantRepaint() => true;
public override void OnInspectorGUI()
{
this._expanded = EditorGUILayout.Foldout(this._expanded, "Icon Color");
this._expanded = EditorGUILayout.Foldout(this._expanded, "Icon Color", true);
if (this._expanded) { this.RenderColorPicker(); }
}

Expand Down
3 changes: 0 additions & 3 deletions Editor/Icons.meta

This file was deleted.

172 changes: 0 additions & 172 deletions Editor/Icons/HierarchyFolderIcon.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Editor/Icons/HierarchyFolderIcon.cs.meta

This file was deleted.

21 changes: 0 additions & 21 deletions Editor/Icons/ReplaceColor Shader.shader

This file was deleted.

10 changes: 0 additions & 10 deletions Editor/Icons/ReplaceColor Shader.shader.meta

This file was deleted.

Loading

0 comments on commit 789cd45

Please sign in to comment.