Hello All,
Could you please guide me, I try to create game like simulator of chat (i guess similar to mystic messenger).
It's like facebook chat with actors.
I try to use Textline plugin, but for now challenge is give ability for character to send image(in message) and add them to gallery.
My opinions was
- use 'item' per image (or quest)
- add character Gallery with images.
Actually, I don't know how properly should I set all this relations (actors-images)
Should it be C# or Gameobject with some attached lua scripts?
For now its work pretty easy
Click activate dialog
// But, I still have feel that I could think in wrong way
Item as Image
Re: Item as Image
Hi,
The easiest way is to use TextMesh Pro (see TextMesh Pro Support) and include a <sprite> tag in your Dialogue Text.
Otherwise, if you want custom functionality like that, you will need to customize the script.
The easiest way is to use TextMesh Pro (see TextMesh Pro Support) and include a <sprite> tag in your Dialogue Text.
Otherwise, if you want custom functionality like that, you will need to customize the script.