Item as Image
Posted: Mon Apr 20, 2020 10:00 am
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
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