Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiqiaozhi/easy-text-effects-for-unity
An open-source Unity package for animating TextMeshPro text with customizable effects. Includes ready-to-use samples, real-time previews, and per-vertex animation capabilities.
https://github.com/leiqiaozhi/easy-text-effects-for-unity
game-development text-animation text-effects textmeshpro unity unity-package
Last synced: 6 days ago
JSON representation
An open-source Unity package for animating TextMeshPro text with customizable effects. Includes ready-to-use samples, real-time previews, and per-vertex animation capabilities.
- Host: GitHub
- URL: https://github.com/leiqiaozhi/easy-text-effects-for-unity
- Owner: LeiQiaoZhi
- License: mit
- Created: 2024-12-23T08:34:21.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-07T10:41:29.000Z (6 days ago)
- Last Synced: 2025-01-07T10:46:55.948Z (6 days ago)
- Topics: game-development, text-animation, text-effects, textmeshpro, unity, unity-package
- Language: C#
- Homepage:
- Size: 20.8 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Easy Text Effects for Unity[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)
> **Easily animate TextMeshPro text with stunning, customizable effects!**
**Easy Text Effects** is a free and open-source Unity package that brings life to your text. Whether you're working on games, UI, or interactive experiences, this package provides an intuitive and flexible way to create captivating text animations.
[**📦 Install from github url**](Documentation/Documentation.md#installation)
| ![Combine](Documentation/Images/combine.gif) | ![Entry](Documentation/Images/entry.gif) | ![Customize](Documentation/Images/customize.gif) |
|----------------------------------------------|------------------------------------------|--------------------------------------------------|## ✨ Features
- **Effortless Setup**: Attach a single component, create effects as ScriptableObjects, and apply with drag-and-drop.
- **Customizable Animations**: Use animation curves and a variety of parameters for unique, fine-tuned effects.
- **Per-Vertex Effects**: Animate individual text vertices for detailed and dynamic visuals.
- **Ready-to-Use Samples**: Kickstart your creativity with a library of pre-made effects.
- **Real-Time Previews**: See your effects in the edit mode.## 🚀 Quick Start
1. [**Install the package**](Documentation/Documentation.md#installation).
2. Add the **Text Effect Component** to your TextMeshPro object.
3. Create an **Effect ScriptableObject** and configure the parameters.
4. Drag and drop your effect onto the component.
5. See you effect in the edit mode right away!For detailed steps, visit the [Quick Start Guide](Documentation/Documentation.md#quick-start).
## 📚 Learn More
- [**Simple and Clear Documentation**](Documentation/Documentation.md)
- [**Read Documentation Directly in Inspector!**](Documentation/EmbeddedDocumentation.md)
- [Samples](Documentation/Samples.md)## 🛠️ Customization
Unleash your creativity with:
- **Animation Curves**: Control timing, speed, and intensity.
- [**Per-Vertex Effects**](Documentation/Documentation.md#per-vertex): Animate individual letters for dynamic text effects.
- [**Combine Effects**](Documentation/Documentation.md#composite): Create complex animations with composite effects.## 🤝 Contributing
Found a bug or have a feature request? Open an issue or submit a pull request! Contributions are welcome.
## 📃 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.