how do i set character limit for text mesh pro?

i dont see anything about it in inspector or any coding function in unity docs

1 Like

Do you mean on a textmesh pro inputfield?
7389818--902198--upload_2021-8-4_16-26-32.png

If you want it on a textmesh pro text component, then you’ll just have to code in when you assign text to it that it takes a substring of the text if it’s longer than what you want.