Is there a textarea solution that can format words in the textarea to be different colors?
I need something so that when a user types in a known keyword the color of that word changes.
I looked into igui but it cannot do that.
There is also something called fancylabel but that’s not something a user can type into.
Any ideas?
Thanks,
Dan
You best get EZ GUI, which can do it.
Anything that uses UnityGUI, like OnGUI, iGUI and alike can not offer you such functionality at all as UnityGUI doesn’t offer it
I’ll look at EZGUI…
I’m also contacting the GUIX guy to see if he knows some way to do it.
How about any c# libraries? I just got some c# math dlls to work, are there any .NET only c# dll’s for GUI that I could use for that one feature?
Thanks,
Dan