Character Strokes Demo
Bézier Curves
to map out the edges for each character stroke. One specific reason for this choice was that the font I used for Kana has a consistent width and shape.CFF
embedded in an OTF
file.Bézier Curves
with this approach, compared to animating the strokes frame by frame.Color Palettes Demo
Component
approach where it controls the color of visual Component
s like Image
, SpriteRenderer
, etc. Then, I would use a Singleton
where all Components will grab the palette colors from and update the colors accordingly.EditorWindow
where I could create color palettes easily.Guide Demo - Showing how to use the Endless Mode