Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanitaoru/TMProNonAllocUtil
TextMeshProに数値をセットするだけの場合にGCAlloc無しで表示する
https://github.com/kanitaoru/TMProNonAllocUtil
unity
Last synced: 3 months ago
JSON representation
TextMeshProに数値をセットするだけの場合にGCAlloc無しで表示する
- Host: GitHub
- URL: https://github.com/kanitaoru/TMProNonAllocUtil
- Owner: kanitaoru
- License: mit
- Created: 2018-03-12T09:54:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T10:08:28.000Z (over 6 years ago)
- Last Synced: 2024-07-14T14:33:14.356Z (4 months ago)
- Topics: unity
- Language: C#
- Size: 25.4 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - TMProNonAllocUtil - Non gc alloc (TextMesh Pro)
README
# TextMeshPro NonAlloc Util
数値をTextMeshProを利用して表示したいシチュエーションにおいて、
ToStringなどによる GCAlloc を回避して表示するためのユーティリティです。## Usage
1. Import Package
1. `using Kani.TMPro`
1. `text.SetCharNonAlloc(number)` done :)## Requirements
* TextMeshPro
* https://assetstore.unity.com/packages/essentials/beta-projects/textmesh-pro-84126