collider for text

I’m making a simple letter tracing game using my one font and i need a collider for that font. I am not using text mesh pro, I need a collider for all letters upper and lower case, I need to be able to change the text and collider in code, and the collider should preferably be a trigger.

Sounds like you’ve already decided how you are going to do something, and your approach sounds like an extremely difficult way to do it.

If you’re open to feedback, you don’t need colliders, and you don’t even really care about shape letters. Letter tracing is far closer to gesture or handwriting recognition, and there’s plenty of ways of doing that without colliders or triggers.

yes that is fine how? and can I still use my font?