Text Animator for Unity
More ToolsTutorialsDiscord✨ Get Text Animator ✨
2.X 🇬🇧
2.X 🇬🇧
  • ❤️Welcome
    • Text Animator for Unity
    • Features
    • Games Showcase
    • Quick Start
  • ✨effects
    • Add effects to your texts
      • Modifiers
      • Styles
      • Databases
    • Preview and Edit effects
      • Dynamic Scaling
      • Time Scale
    • Built-in effects list
    • Create your own effects
      • Create effects in the Inspector
        • Curve Effects
        • Composite Effects
      • Writing Custom Effects (C#)
  • ✏️typewriter
    • Show and hide letters dynamically
    • Play sounds when a letter is shown
    • Trigger Events when typing
    • Wait Actions when typing
  • 🤝Integrations
    • Integrated Plugins & Dialogues Systems
      • Dialogue System for Unity
      • Yarn Spinner
      • Ink
      • Game Creator 2
      • Unity Localization Package
      • Playmaker
      • Unity Visual Scripting
      • Naninovel
    • How to manually integrate Text Animator
  • Extra Customization via C#
    • Writing Custom Typewriters (C#)
    • Writing Custom Actions (C#)
  • Other
    • Best Practices
    • Requirements & Limitations
    • Frequently Asked Questions
    • Support
    • Changelog
      • 2.X
      • Upgrading from 1.X to 2.X
      • 1.X
    • Scripting API
Powered by GitBook
On this page
  1. effects

Create your own effects

In TextAnimator for Unity you can create custom effects in many different ways.

  • Create effects in the Inspector

  • Writing Custom Effects (C#)

Feel free to choose the best methods that better fit you!

Recommendations

As you'll discover, thanks to custom effects you’re able to create pretty powerful combinations and results. That said (as with anything powerful) it’s up to you to use them wisely! In theory you could create an endlessly reference of animations inside each one, resulting in a stack-overflow, or per-vertex animations that are too demanding for your target hardware, resulting in a frame drop if you have too many texts/animations on screen, so please be careful to not overdo things!

That said… have fun!

PreviousBuilt-in effects listNextCreate effects in the Inspector

Last updated 8 months ago

✨
Page cover image