Skip to content

Instantly share code, notes, and snippets.

View pomettini's full-sized avatar
🦀
Code speaks for itself

Giorgio Pomettini pomettini

🦀
Code speaks for itself
View GitHub Profile
@pomettini
pomettini / TextRevealer.cs
Created August 12, 2025 00:47 — forked from miguelSantirso/TextRevealer.cs
Letter by letter reveal a paragraph of text in a smooth way
using System.Collections;
using System.Text;
using UnityEngine;
using UnityEngine.Events;
using UnityEngine.UI;
public class TextRevealer : MonoBehaviour
{
[UnityEngine.Header("Configuration")]
public int numCharactersFade = 3;