Skip to content

Comments

Improve GUI of NuGet for Unity window#617

Merged
JoC0de merged 39 commits intoGlitchEnzo:masterfrom
nuskey8:master
Feb 9, 2024
Merged

Improve GUI of NuGet for Unity window#617
JoC0de merged 39 commits intoGlitchEnzo:masterfrom
nuskey8:master

Conversation

@nuskey8
Copy link
Contributor

@nuskey8 nuskey8 commented Jan 21, 2024

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

img1-before img1-after

Installed

img2-before img2-after

Updates

img3-before img3-after

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.
@nuskey8 nuskey8 changed the title Improved GUI of NuGet for Unity window Improve GUI of NuGet for Unity window Jan 21, 2024
Copy link
Collaborator

@JoC0de JoC0de left a 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.

@nuskey8
Copy link
Contributor Author

nuskey8 commented Jan 22, 2024

I've updated the images in the documentation. The work has already been completed, so there is no problem in merging it.

@nuskey8
Copy link
Contributor Author

nuskey8 commented Jan 22, 2024

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.

@JoC0de JoC0de merged commit a8ef661 into GlitchEnzo:master Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants