-
Notifications
You must be signed in to change notification settings - Fork 133
Feature: 2D Space Shooter UI Pass using UI Toolkit #55
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
Conversation
…ut fields, new in game UI for player and power ups, and an overall logic pass to hook everything up
Most definitely an improvement. I am getting cartoony/comic sans style feels from the UI buttons in the top left. Definitely clear and readable. Maybe you could try a sci-fi stylised font or present us with a few options? |
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.
Thank you! :)
The font is the same for the whole game--player, power ups, menu elements
(editing this comment after some reflection on the roadmap timeline) I'm not sure there's enough time to work on a full reiteration of the UI, but I can definitely try some new fonts--that might be enough to give it more of a sci-fi feel! |
… clipping overlap between two ships
…using assets to increase cohesion
Here is an update to the UI! Reused some of our assets to go for more of a sci fi feel, as well as to increase cohesion between the in game background visuals and UI visuals! 2022-08-10.11-14-54.mp4 |
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.
Love this! Very nice upgrade
Description:
This PR contains an overhaul of the UI for the 2D Space Shooter Bitesize Sample--the old GUI UI has been replaced with new and improved UI Toolkit UI!
Overall features include:
Plus the removal of outdated GUI UI!
There's a known issue for an error that's thrown with UI Toolkit also, so please disregard that
Here's a before an after of the visuals
Before:
https://user-images.githubusercontent.com/89089503/182952232-ea501b07-9f5c-477e-9fe6-4bd92cae6504.mp4
After:
https://user-images.githubusercontent.com/89089503/182951407-4b2d0ec7-9486-4271-ad85-1dfd646a4a23.mp4