- Home /
Question by
unity_hwRdA_EF0udF3A · Dec 31, 2019 at 10:04 AM ·
uiscript.
Textbox in Scriptable Object
I made a scriptable object and need a string to have a big text box as it needs to hold a lot of characters, but it just doesn't work! I've tried using the [Textbox(3, 10)] attribute, onGUI methods but none of them seemed to work. I'd like to know if there's another way to make big textboxes that also work inside scriptable objects. Thanks in advance! :)
Comment