Skip to content

v0.9.0: Added the new UI prefabs

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 16:09
ab819fd

Overview

QuickMenu
Buttons
Cards

  • ❇️ NEW 3 parts includes the Quick Menu, the Wings Root Menu, and the compact player card.
  • ⚠️ Renamed 1 parts.
    • In principle, this should not be a destructive change because the GUIDs in the metadata match.
  • ⚠️ Implemented the expandable icon to the IconWithCaptionButton prefab.
    • If you do not want this change, manually deactivate the corresponding hierarchy.
  • ✨ Fixed the bug that the BG banner is not interactive to the InteractivePlayerCard prefab.

Features

  • 909dc99: Improved the buttons prefabs
    • Molecules/Buttons/ExpandableButton: Removed the extra raycast target
    • ⚠️ Molecules/Buttons/IconWithCaptionButton: Implemented the expandable icon
    • Molecules/Buttons/NavigationButton: Improved the layout
  • 0bd3138: Added and improved the composited cards prefabs
    • ❇️ Molecules/Cards/CompactPlayerCard
    • ⚠️ Molecules/Cards/CreditCard -> Molecules/Cards/PurchaseCard
    • Molecules/Cards/GroupWithTab: Improved the layout
    • Molecules/Cards/PlayerCard: Improved the layout
    • Molecules/Cards/SocialWithTab: Improved the layout
    • Molecules/Cards/WorldWithTab: Improved the layout
  • a1f8768: Improved the prefabs on the category menus
    • Organisms/Category/AvatarMenu: Removed the extra icon
    • Organisms/Category/SocialMenu: Removed the extra icon
  • d028f60: Added the prefab that the root menu of the wings
    • ❇️ Organisms/Wings/WingsRootMenu
  • aa8917b: Added the prefab that the quick menu
    • ❇️ Organisms/Mock/QuickMenu

Bug fixes

  • 0bd3138: Fixed the bug that the BG banner is not interactive
    • Molecules/Cards/InteractivePlayerCard

Update for the sample world

  • c0796e1: Improved the catalog scene

CI/CD

  • 0b27896: Re-ordered the CI/CD scripts

Other updates

  • e5c8131: Bumped the version to 0.9.0
  • 056b5a5: Updated the dependencies
  • 1238b7b: Improved the CSpell configuration

See also