All Projects → baba-s → TMP_FontAssetUpdater

baba-s / TMP_FontAssetUpdater

Licence: MIT license
You can automatically update FontAsset when the character you want to include in FontAsset of TextMesh Pro is changed.

Programming Languages

ShaderLab
938 projects
C#
18002 projects
HLSL
714 projects

Projects that are alternatives of or similar to TMP FontAssetUpdater

TMP Typewriter
Typewriter for TextMesh Pro. TMP_Typewriter prints out characters one by one. ( Required the DOTween. )
Stars: ✭ 66 (+288.24%)
Mutual labels:  textmeshpro, kogane-unity-lib
UniCommandController
A simple library that can control commands to implement event scripts.
Stars: ✭ 15 (-11.76%)
Mutual labels:  unity-scripts, kogane-unity-lib
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+241.18%)
Mutual labels:  unity-scripts
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (+23.53%)
Mutual labels:  unity-scripts
Unity-FPS-Counter
#NVJOB FPS Counter and Graph. Free Unity Asset.
Stars: ✭ 44 (+158.82%)
Mutual labels:  unity-scripts
UniProjectWindowMenuCustomizer
Editor extension that allows you to customize the menu that appears when you right-click on Project view.
Stars: ✭ 18 (+5.88%)
Mutual labels:  kogane-unity-lib
DissolveEffectForTMPro
DissolveEffectForTMPro provide dissolve effect component for TextMeshPro in Unity.
Stars: ✭ 86 (+405.88%)
Mutual labels:  textmeshpro
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (+1241.18%)
Mutual labels:  unity-scripts
Save-System-for-Unity
Save System for Unity with AOT (IL2CPP) and assets references support.
Stars: ✭ 116 (+582.35%)
Mutual labels:  unity-scripts
RubyTextMeshPro
Unity Text Mesh Proでルビ(フリガナ)のタグを追加しました.
Stars: ✭ 61 (+258.82%)
Mutual labels:  textmeshpro
unity-puzzlesystem-asset
The asset for the Unity Engine that allows to quickly create customisable puzzles.
Stars: ✭ 21 (+23.53%)
Mutual labels:  unity-scripts
Unity-Synth-Experiments
A set of simple generative synth scripts for Unity written in C# (OnAudioFilterRead)
Stars: ✭ 97 (+470.59%)
Mutual labels:  unity-scripts
awesome-unity
A curated list of awesome Unity games! 🎮
Stars: ✭ 346 (+1935.29%)
Mutual labels:  unity-scripts
Object-Pooling-for-Unity
Object Pooling for Unity
Stars: ✭ 118 (+594.12%)
Mutual labels:  unity-scripts
gocs
GameObject Component System for Unity
Stars: ✭ 102 (+500%)
Mutual labels:  unity-scripts
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (+0%)
Mutual labels:  unity-scripts
uni-debug-menu
横向きかつクリックやタップ可能なゲームで使用できるカスタマイズ可能なデバッグメニュー
Stars: ✭ 24 (+41.18%)
Mutual labels:  kogane-unity-lib
UniSymbol
【Unity】シンボルを簡単に定義できるエディタ拡張
Stars: ✭ 15 (-11.76%)
Mutual labels:  kogane-unity-lib
nvjob-sky-shader-simple-and-fast
#NVJOB Dynamic Sky. Sky Shaders. Free Unity Asset.
Stars: ✭ 103 (+505.88%)
Mutual labels:  unity-scripts
UGUI-Toolset
No description or website provided.
Stars: ✭ 14 (-17.65%)
Mutual labels:  unity-scripts

TMP_FontAssetUpdater

You can automatically update FontAsset when the character you want to include in FontAsset of TextMesh Pro is changed.

Features

  • Support for Material Preset
  • Mass update of multiple Font Asset
  • Manual update is also possible

Version

  • Unity 2018.3.0f2
  • TextMesh Pro 1.3.0

Example

By writing the character you want to include in FontAsset of TextMesh Pro in .txt and saving it.
FontAsset is automatically updated to include only the characters listed in that .txt.

Even if you are using Material Preset, it will update properly.
It is also possible to automatically update multiple FontAsset at once.

You can also disable automatic updating function and update manually.

How To Use

Select "Create> TMP_Font Asset Updater Settings" in Project view.

A file for managing update rules of FontAsset is generated.

Set FontAsset to be updated, original font data, .txt describing the character to include in FontAsset in each item.

By pressing the "Update" button at the end, FontAsset is updated to include only the characters described in .txt.

If "Is Auto Update" is checked, FontAsset will be automatically updated at the time of change in .txt.

When updating of FontAsset is completed, the result is output to the Console window.
You can check Missing Characters.

Material Preset file name must be named using underbar.
Material Preset that is not using underbar will not be eligible for updating.

Acknowledgments

This repository uses the code of the following repository.

Example of this repository use the following free fonts.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].