An open API service indexing awesome lists of open source software.

https://github.com/solutena/spritetext


https://github.com/solutena/spritetext

2d legacy sprite text unity

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# SpriteText

![image](https://user-images.githubusercontent.com/22467083/202491360-8c39378c-1519-4bb1-98c1-2e5876618b9f.png)

## 세팅

![image](https://user-images.githubusercontent.com/22467083/202491523-06509dfe-cd53-40a4-949f-94838e36f46a.png)

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

![image](https://user-images.githubusercontent.com/22467083/202492632-069a3f11-81ce-461f-8381-c950cf6662ec.png)

아틀라스를 생성합니다.

![image](https://user-images.githubusercontent.com/22467083/202492953-bb4783ec-3d6e-46cb-b58e-043847866cdf.png)

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

![image](https://user-images.githubusercontent.com/22467083/202491861-2c059b4e-43b4-4a03-ac72-85d9b41ba0e4.png)

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

![image](https://user-images.githubusercontent.com/22467083/202492830-bfb045c9-fe0e-4a9b-aec7-f5466215e325.png)

생성한 아틀라스를 추가합니다.

## 사용방법

![image](https://user-images.githubusercontent.com/22467083/202493400-7dd1d560-9335-48ed-a09d-6500670cbdf1.png)
![image](https://user-images.githubusercontent.com/22467083/202493429-f78d93a6-b389-49ed-8bff-158c16badb10.png)

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

![image](https://user-images.githubusercontent.com/22467083/202493978-92690c0a-fe2e-4e70-9c03-17040dae2fcb.png)
![image](https://user-images.githubusercontent.com/22467083/202493960-6e18db8d-d49f-428a-b2bf-dc3961bf3a8f.png)

`x` : 가로위치

`y` : 세로위치

`size` : 크기를 설정할 수 있습니다.

x, y, size 는 생략 될 수 있습니다.

sprite, x, y, size 는 대소문자 구분을 하지 않습니다.