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

https://github.com/codewriter-packages/textmeshpro-spriteatlas-support

Tool that converts SpriteAtlas to TextMeshPro Sprite asset
https://github.com/codewriter-packages/textmeshpro-spriteatlas-support

spriteatlas textmeshpro unity unity3d

Last synced: 10 months ago
JSON representation

Tool that converts SpriteAtlas to TextMeshPro Sprite asset

Awesome Lists containing this project

README

          

# TextMeshPro.SpriteAtlas.Support [![Github license](https://img.shields.io/github/license/codewriter-packages/textmeshpro-spriteatlas-support.svg?style=flat-square)](#) [![Unity 2022.3](https://img.shields.io/badge/Unity-2022.3+-2296F3.svg?style=flat-square)](#) ![GitHub package.json version](https://img.shields.io/github/package-json/v/codewriter-packages/textmeshpro-spriteatlas-support?style=flat-square)

## :heavy_exclamation_mark: Requirements

- Unity **2022.3**
- SpriteAtlas **V2**
- TextMeshPro package version **3.0.6**

## :rocket: How to use?

#### 1. Enable SpriteAtlas V2 in `ProjectSettings/Editor`

![SpriteAtlasV2](https://github.com/codewriter-packages/textmeshpro-spriteatlas-support/assets/26966368/3f85a3a7-d694-48ea-b472-6e32d71d2e13)

#### 2. Create `SpriteAtlas`

![SpriteAtlas](https://github.com/codewriter-packages/textmeshpro-spriteatlas-support/assets/26966368/c381651c-c32d-4917-a59a-1d1f5762a9fb)

#### 3. Select `SpriteAtlas` and create asset by `Create/TextMeshPro/SpriteAtlas Asset`

![SpriteAtlas Asset](https://github.com/codewriter-packages/textmeshpro-spriteatlas-support/assets/26966368/607da5ca-94fb-4a4d-a025-88032519e34d)

#### 4. Done. Now you can use generated sprite asset in TextMeshPro

## :open_book: How to Install

Library distributed as git package ([How to install package from git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html))

Git URL: `https://github.com/codewriter-packages/textmeshpro-spriteatlas-support.git`

## :green_book: License

TextMeshPro.SpriteAtlas.Support is [MIT licensed](./LICENSE.md).