프로젝트 버전 업그레이드 및 빌드 테스트

This commit is contained in:
정영민
2025-03-24 10:38:28 +09:00
parent 6b19958ff7
commit 913f3efe61
388 changed files with 92890 additions and 11465 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections;
namespace TMPro.Examples
{
public class TMP_UiFrameRateCounter : MonoBehaviour
{
public float UpdateInterval = 5.0f;
@@ -39,7 +39,7 @@ namespace TMPro.Examples
m_TextMeshPro.font = Resources.Load<TMP_FontAsset>("Fonts & Materials/LiberationSans SDF");
m_TextMeshPro.fontSharedMaterial = Resources.Load<Material>("Fonts & Materials/LiberationSans SDF - Overlay");
m_TextMeshPro.enableWordWrapping = false;
m_TextMeshPro.textWrappingMode = TextWrappingModes.NoWrap;
m_TextMeshPro.fontSize = 36;
m_TextMeshPro.isOverlay = true;