Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuperValou/TypewriterEffect
Typewriter effect for text in Unity.
https://github.com/SuperValou/TypewriterEffect
csharp unity
Last synced: 2 months ago
JSON representation
Typewriter effect for text in Unity.
- Host: GitHub
- URL: https://github.com/SuperValou/TypewriterEffect
- Owner: SuperValou
- Created: 2021-05-20T20:22:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T21:36:08.000Z (over 3 years ago)
- Last Synced: 2024-08-04T02:09:06.011Z (6 months ago)
- Topics: csharp, unity
- Language: C#
- Homepage:
- Size: 449 KB
- Stars: 26
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypewriterEffect
Typewriter effect for text in Unity.## Overwiew
https://user-images.githubusercontent.com/6672340/119202892-0d88e900-ba92-11eb-9f74-68c3af214ca7.mp4
## How to install and use in your Unity project
(coming soon)## How to get the project up and running
This repo uses TextMeshPro. To avoid clogging the version control, TextMeshPro files were excluded from the repository.
It means you'll have to do the following actions to get the project working properly:
- Clone the repository
- Open it in Unity 2020.1 or later
- Go to Window > TextMeshPro > **Import TMP Essential Ressources**
- Enter Play mode, then exit it to force the Editor to refresh
- The project should now be ready to be played