Skip to content

v0.8.0: 🚀 Added, and renamed icons

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 15:28
· 63 commits to main since this release
ae9d631

⚠️ BREAKING CHANGES

  • 97538b1: We renamed some existing icons. The change is not a problem on Unity since GUID manages them, but if you refer to them directly by name, this could be a breaking change.
    • InfoWhite -> InfoMono
    • Play -> NextTriW
    • Progress -> Next3
    • ProgressBack -> Previous3
  • 424dd1e: We changed the key of the metadata JSON. The change can be destructive when you use the included _Meta.json.
    • whiteIcons -> coloredIcons

Features

lanchpad-icons-0.8.0

  • f742506: Added the 16 new icons.
    • Caution
    • CircleHandle
    • CircleMinus
    • CirclePlus
    • CircleStar
    • Document
    • InfoBlock
    • Mic
    • MoveCircle
    • MoveSquare
    • NextTriThin
    • Portraits
    • PreviousTriThin
    • PreviousTriW
    • Pulse
    • Tip
  • ef2f8fb: Improved the shape of some existing icons.
    • ChangeMic
    • Join
    • StarThin
    • Voice

Example world

  • f0f0e99: Added the icons to the example world
  • 9f5c16b: Improved the documentation of the editor extension for the example world

Other updates

  • e4f8db6: Bumped the version to 0.8.0

See also