Fixed Unity 6000.5 serialization warnings
Removed obsolete entities window from toolbar sample
This commit is contained in:
parent
127702c4f7
commit
7a675c6c85
12 changed files with 65 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ namespace Module.NavigationTool.Editor.Favorite
|
|||
toolbox = new GUIStyle(skin.box);
|
||||
|
||||
buttonAddFolder = new GUIStyle(skin.button);
|
||||
buttonAddFolder.padding = new RectOffset(4, 0, 0, 4);
|
||||
buttonAddFolder.padding = new RectOffset(4, 4, 2, 2);
|
||||
|
||||
entry = new GUIStyle(skin.label);
|
||||
entry.hover.textColor = entry.onHover.textColor = Color.white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue