Skip to content

Instantly share code, notes, and snippets.

@korbul
korbul / TextScrambler.cs
Last active March 22, 2025 13:27
Unity extension to visually transform a text into another over time.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using UnityEngine;
public static class TextScrambler {
/// <summary>
/// Transition from one text to another over time