{"id":23752343,"url":"https://github.com/LeiQiaoZhi/Easy-Text-Effects-for-Unity","last_synced_at":"2025-09-05T00:32:27.721Z","repository":{"id":269396048,"uuid":"907282332","full_name":"LeiQiaoZhi/Easy-Text-Effects-for-Unity","owner":"LeiQiaoZhi","description":"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.","archived":false,"fork":false,"pushed_at":"2025-08-23T08:00:18.000Z","size":25586,"stargazers_count":713,"open_issues_count":9,"forks_count":58,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-08-24T02:26:04.109Z","etag":null,"topics":["game-development","text-animation","text-effects","textmeshpro","unity","unity-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LeiQiaoZhi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"qiaozhilei","thanks_dev":null,"custom":null}},"created_at":"2024-12-23T08:34:21.000Z","updated_at":"2025-08-23T12:19:53.000Z","dependencies_parsed_at":"2025-01-07T10:47:15.648Z","dependency_job_id":"80b5877c-b712-4490-bc39-39ad4f5bf02e","html_url":"https://github.com/LeiQiaoZhi/Easy-Text-Effects-for-Unity","commit_stats":null,"previous_names":["leiqiaozhi/easy-text-effect","leiqiaozhi/easy-text-effect-for-unity","leiqiaozhi/easy-text-effects-for-unity"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/LeiQiaoZhi/Easy-Text-Effects-for-Unity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeiQiaoZhi%2FEasy-Text-Effects-for-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeiQiaoZhi%2FEasy-Text-Effects-for-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeiQiaoZhi%2FEasy-Text-Effects-for-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeiQiaoZhi%2FEasy-Text-Effects-for-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeiQiaoZhi","download_url":"https://codeload.github.com/LeiQiaoZhi/Easy-Text-Effects-for-Unity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeiQiaoZhi%2FEasy-Text-Effects-for-Unity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273694864,"owners_count":25151480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-development","text-animation","text-effects","textmeshpro","unity","unity-package"],"created_at":"2024-12-31T17:28:34.944Z","updated_at":"2025-09-05T00:32:22.709Z","avatar_url":"https://github.com/LeiQiaoZhi.png","language":"C#","funding_links":["https://buymeacoffee.com/qiaozhilei"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n    \u003cimg src=\"Editor/Icons/TextEffect.png\" alt=\"Icon\" width=\"30\" style=\"vertical-align: middle;\"\u003e \n    Easy Text Effects for Unity\n\u003c/h1\u003e\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE) \n\n\u003e **Easily animate TextMeshPro text with stunning, customizable effects!**\n\n**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.\n\n[**Installation**](Documentation/Documentation.md#installation)\n\n## ✨ Features\n\n- **Effortless Setup**: Attach a single component, create effects as ScriptableObjects, and apply with drag-and-drop.\n- **Customizable Animations**: Use animation curves and a variety of parameters for unique, fine-tuned effects.\n- **Per-Vertex Effects**: Animate individual text vertices for detailed and dynamic visuals.\n- **Ready-to-Use Samples**: Kickstart your creativity with a library of pre-made effects.\n- **Real-Time Previews**: See your effects in the edit mode.\n\n\u003cimg src=\"Documentation/Images/ready.gif\" alt=\"Text Effect\" width=\"400\"\u003e\n\n## 🚀 Quick Start\n\n1. [**Install the package**](Documentation/Documentation.md#installation).\n2. Add the **Text Effect Component** to your TextMeshPro object.\n3. Create an **Effect ScriptableObject** and configure the parameters.\n4. Drag and drop your effect onto the component.\n5. See you effect in the edit mode right away!\n\nFor detailed steps, visit the [Quick Start Guide](Documentation/Documentation.md#quick-start).\n\n## 📚 Learn More\n\n- [**Comprehensive Documentation**](Documentation/Documentation.md)\n- [Samples](Documentation/Samples.md)\n\n## 🛠️ Customization\n\nUnleash your creativity with:\n\n- **Animation Curves**: Control timing, speed, and intensity.\n- [**Per-Vertex Effects**](Documentation/Documentation.md#per-vertex): Animate individual letters for dynamic text effects.\n- **Combine Effects**: Create complex animations with composite effects.\n\n## 🤝 Contributing\n\nFound a bug or have a feature request? Open an issue or submit a pull request! Contributions are welcome.\n\n## 📃 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeiQiaoZhi%2FEasy-Text-Effects-for-Unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeiQiaoZhi%2FEasy-Text-Effects-for-Unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeiQiaoZhi%2FEasy-Text-Effects-for-Unity/lists"}