https://github.com/baba-s/UniTextMeshProRectVisualizer
【Unity】Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
https://github.com/baba-s/UniTextMeshProRectVisualizer
kogane-unity-lib textmeshpro unity unity-script unity-scripts unity-ui unity3d
Last synced: about 1 month ago
JSON representation
【Unity】Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
- Host: GitHub
- URL: https://github.com/baba-s/UniTextMeshProRectVisualizer
- Owner: baba-s
- License: mit
- Created: 2019-01-06T02:54:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T13:37:06.000Z (about 5 years ago)
- Last Synced: 2025-04-07T03:11:21.439Z (2 months ago)
- Topics: kogane-unity-lib, textmeshpro, unity, unity-script, unity-scripts, unity-ui, unity3d
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - TMP_RectVisualizer - The size of Text and TextMesh Pro can be visualized on game screen (TextMesh Pro)
README
# Uni Text Mesh Pro Rect Visualizer
Text や TextMesh Pro のサイズをゲーム画面に可視化できるパッケージ
## 使用例

## 使い方
```cs
TMP_RectVisualizer.Show
(
outlineSize : 2,
outlineColor : Color.red
);TMP_RectVisualizer.Hide();
```