Icons
For icons, we use the free pack Lucide.
To import an icon:
-
Select the icon from the website.
-
Set the stroke width to 1.25px.
-
Once downloaded, modify the SVG to replace any mention of
currentColorwithwhite(Unity does not support currentColor). == Composed icons
settings-dev.svg is the settings gear with bug.svg scaled into its lower-right corner, shown on the
settings button while dev mode is on. Both icons are white strokes, so the bug is drawn twice: once in
black at a wider stroke as a shadow in its own shape, then in white on top - without it the two icons
read as one tangle of lines. The bug’s stroke widths are pre-divided by the group’s scale so they land
back at the 1.25px every other icon uses.