Page 1 of 1

Item as Image

Posted: Mon Apr 20, 2020 10:00 am
by Legal
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.

Image

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
Image

Click activate dialog
Image

// But, I still have feel that I could think in wrong way

Re: Item as Image

Posted: Mon Apr 20, 2020 11:31 am
by Tony Li
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.