본문 바로가기
반응형

Textmeshpro3

[ Unity ] TextMeshPro Script 제어 방법 Text Color 설정. Text 입력 Text 입력 Text 굵은 글씨 Text 입력 Text 기울임 Text 입력 Text 밑줄 Text 입력 Text 취소선 Text 입력 Text 상단 글자 Text 입력 Text 하단 글자 Text 입력 Text 하이라이트 Text 입력 Text 입력 Text 입력 Text 입력 Text 입력 Text 정렬 Text 입력 Text Style 제어 Text Font 변경 Text 입력 2023. 5. 22.
[ Unity ] TextMeshPro에 Color Gradient를 스크립트로 변경하는 법. public class GoldText : MonoBehaviour { TextMeshPro text; public float gold; Color alpha; Color32[] ul = new Color32[10]; Color32[] ur = new Color32[10]; Color32[] dl = new Color32[10]; Color32[] dr = new Color32[10]; // Start is called before the first frame update void Start() { // Bloody Mary #ff512f → #dd2476 // Red ul[0] = new Color32(255, 81, 47, 255); ur[0] = new Color32(221, 36, 118, 255.. 2023. 4. 14.
[개임 개발_2] URP, Text Mesh Pro 한글 설정 등. URP 설정. 처음에 기획했듯이 블록이 떨어지면서 Trail Renderer를 사용한 잔상효과가 있었으면 좋을 거 같아서 밑의 에셋을 활용해봤습니다. https://assetstore.unity.com/packages/vfx/particles/unique-projectiles-mega-pack-vol-1-229041 Unique Projectiles - Mega Pack - Vol. 1 | 시각 효과 파티클 | Unity Asset Store Add depth to your next project with Unique Projectiles - Mega Pack - Vol. 1 from Gabriel Aguiar Prod. Find this & more 시각 효과 파티클 on the Unity Asset .. 2023. 3. 6.
반응형