Skip to content

Instantly share code, notes, and snippets.

@kirill2400
kirill2400 / TextGradient.cs
Last active May 12, 2022 11:14 — forked from mopsicus/TextGradient.cs
Apply gradient to whole TMP text, but no for each character. Now correct for multiline
// ----------------------------------------------------------------------------
// The MIT License
// TextGradient https://gist.github.com/mopsicus/9d344451ca614d7e9937bc0c6da2b21d
// Copyright (c) 2020 Mopsicus <mail@mopsicus.ru>
// ----------------------------------------------------------------------------
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using TMPro;