keijiro / ProcCharVfx

Procedural character generation with Unity Shader Graph and VFX Graph
194 stars 14 forks source link

Question about text #3

Closed Kevdome3000 closed 4 years ago

Kevdome3000 commented 4 years ago

what would be the best approach if I wanted to use the letters vfx/ shadergraph to actually print out english characters?

thanks in advanced!

keijiro commented 4 years ago

You have to use different approaches with VFX Graph and Shader Graph. For VFX Graph, I think using sheet animation is the easiest way to handle those kind of things (control frame to change letter).

I'm closing this issue now as the question is not relevant to this repository. I'm sorry, but please understand that this issue tracker is dedicated to solve issues happened in this specific project. I'd recommend using the official forum to solve general questions.