-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve GUI of NuGet for Unity window #617
Conversation
If you directly change the properties of the EditorStyles class, it will affect the entire editor. Therefore, I made a copy and changed it to use that one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AnnulusGames Thank you for the pull request! Your contribution is greatly appreciated and enhances the project. Looks really Nice!
I run autoformatter on the changes and added the missing documentation, so from my side we can merge it. Is it still work in progress or can we merge it?
It would be nice if we / you update the images in the documentation to show the new UI.
I've updated the images in the documentation. The work has already been completed, so there is no problem in merging it. |
I think the best way is to replace the drawing process from IMGUI to UIToolkit, but it would be difficult to migrate this huge amount of code to it, so I improved the appearance by rewriting the existing code. I think this is enough for now. |
NuGet for Unity is a great tool, but its GUI looks a little outdated and feels clunky. This pull request will refresh the look of the editor window and bring it in line with the modern Unity editor.
Before/After
Online
Installed
Updates