Home

Awesome

TextMeshPro NonAlloc Util

数値をTextMeshProを利用して表示したいシチュエーションにおいて、 ToStringなどによる GCAlloc を回避して表示するためのユーティリティです。

Usage

  1. Import Package
  2. using Kani.TMPro
  3. text.SetCharNonAlloc(number) done :)

Requirements