Item as Image

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Legal
Posts: 1
Joined: Mon Apr 20, 2020 9:04 am

Item as Image

Post 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
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Item as Image

Post 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.
Post Reply