https://github.com/solutena/spritetext
https://github.com/solutena/spritetext
2d legacy sprite text unity
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solutena/spritetext
- Owner: solutena
- Created: 2022-11-17T15:14:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T00:59:08.000Z (over 1 year ago)
- Last Synced: 2024-05-13T01:44:32.430Z (over 1 year ago)
- Topics: 2d, legacy, sprite, text, unity
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpriteText

## 세팅

스프라이트 아틀라스를 활성화 합니다.

아틀라스를 생성합니다.

스프라이트 혹은 폴더를 추가합니다.

캔버스에서 스프라이트 텍스트 생성 혹은 스프라이트 텍스트 컴포넌트를 추가합니다.

생성한 아틀라스를 추가합니다.
## 사용방법

`` 으로 사용할 수 있습니다.

`x` : 가로위치
`y` : 세로위치
`size` : 크기를 설정할 수 있습니다.
x, y, size 는 생략 될 수 있습니다.
sprite, x, y, size 는 대소문자 구분을 하지 않습니다.