- Home /
Inbox system
Im developing an inbox system using mysql and unity. Everything is going fine, however I am not sure how to achieve the next step.
When a list of messages is pulled from mysql it changes the text of a guiText with the list. But how do I make those messages clickable since its a single string?
Would I have to dynamically create a guiText object for each message? Can those be clickable?
Comment
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Get a list to display all strings 1 Answer
Cannot convert string to int. 1 Answer
add items to a list 1 Answer
How can I get just one componente, or except one, from a list? (string.Join) 0 Answers