I generate text on runtime and I need my textbox NOT to break symbols such as "+" or "/". It will break the line just fine with words, but text such as "+3/+3" isn't considered a whole word so it breaks. Example Any way of forcing the textbox to treat those symbols as a whole word? I'm using TMPro text in Unity. Thanks!
Try this. TMPro supports rich text and they have a tag for such a thing. The example in the link shows a word with whitespace between its letters yet it's not broken up. This won't be a general rule, but you can control what is considered a "whole word" on demand.
Rich text is very convenient sometimes.