|
|
(同じ利用者による、間の9版が非表示) |
行1: |
行1: |
− | ==2DのTMProのテキストを追加==
| + | [[Unity/TMPro/インストール]] |
− | #ヒエラルキーで右クリックで、UI/TextMeshProを追加
| + | |
− | #Window/TextMeshPro/Import TMP Essential Resources
| + | |
− | #(サンプルを使いたい場合)Window/TextMeshPro/Import TMP Example and Extras
| + | |
| | | |
− | ==2DのTMProのテキストをスクリプトで入れる==
| + | [[Unity/TMPro/Text]] |
− | <pre>
| + | |
− | using TMPro;
| + | [[Unity/TMPro/InputField]] |
− | public class SampleScene : MonoBehaviour
| + | |
− | {
| + | [[Unity/TMPro/Dropdown]] |
− | void Start()
| + | |
− | {
| + | [[Unity/TMPro/日本語対応]] |
− | TextMeshProUGUI textPro = GameObject.Find("Text (TMP)").GetComponent<TextMeshProUGUI>();
| + | |
− | textPro.text = "hoge";
| + | [[Unity/TMPro/多言語対応]] |
− | }
| + | |
− | }
| + | [[Unity/TMPro/絵文字]] |
− | </pre>
| + | |
| + | [[Unity/TMPro/TextからTMProへ]] |
| + | |
| + | [[Unity/TMPro/Outline]] |
| + | |
| + | [[Unity/EditorWindow/TextMeshProUGUIのAutoSizeをonに変更]] [ショートカット] |
2024年11月11日 (月) 13:08時点における最新版
Unity/TMPro/インストール
Unity/TMPro/Text
Unity/TMPro/InputField
Unity/TMPro/Dropdown
Unity/TMPro/日本語対応
Unity/TMPro/多言語対応
Unity/TMPro/絵文字
Unity/TMPro/TextからTMProへ
Unity/TMPro/Outline
Unity/EditorWindow/TextMeshProUGUIのAutoSizeをonに変更 [ショートカット]