Hi Tony
I am apologize for my bad english and silly question
I want to make mobile game similar to choices with your asset
Where and what do i start to learn with your asset?
I used fungus before. But fungus cant make portrait and dialog box animated. Is it possible with your asset to do the animated?
i attached the example dialogue box animated
Thank you Tony
Create mobile game similar to choices: Story You Play
Create mobile game similar to choices: Story You Play
- Attachments
-
- Screenshot_20210719-112817_YouTube.jpg (965.33 KiB) Viewed 317 times
-
- Screenshot_20210719-112841_YouTube.jpg (948.16 KiB) Viewed 317 times
Re: Create mobile game similar to choices: Story You Play
Hi,
Yes, you can use the Dialogue System to make games like Choices. There are two typical ways to make animated portraits:
1. Animate the regular portrait images. (details)
2. Or use Spine. (details)
I recommend completing some of the basic Dialogue System tutorials first, starting with the Quick Start Tutorial. The video version of the Dialogue UI Tutorial covers animated portraits using method #1 above.
Yes, you can use the Dialogue System to make games like Choices. There are two typical ways to make animated portraits:
1. Animate the regular portrait images. (details)
2. Or use Spine. (details)
I recommend completing some of the basic Dialogue System tutorials first, starting with the Quick Start Tutorial. The video version of the Dialogue UI Tutorial covers animated portraits using method #1 above.
Re: Create mobile game similar to choices: Story You Play
Thanks Tony
i have completed your tutorial videos. It's really good tutorial videos, but iam still confuse
1.In your tutorial video, all conversations use 1 text boxes. How do i make conversations with different text boxes. Can i make NPC have their own dynamic text boxes?
2. How do i make move animation run in 2s when i use [panel=2]?
3. Do you have example package similar to choices game? so i can learn from it.
i have completed your tutorial videos. It's really good tutorial videos, but iam still confuse
1.In your tutorial video, all conversations use 1 text boxes. How do i make conversations with different text boxes. Can i make NPC have their own dynamic text boxes?
2. How do i make move animation run in 2s when i use [panel=2]?
3. Do you have example package similar to choices game? so i can learn from it.
Last edited by Ocol072 on Mon Jul 19, 2021 9:15 am, edited 1 time in total.
Re: Create mobile game similar to choices: Story You Play
Yes. Add a Dialogue Actor component to the NPC's GameObject and set its Dialogue UI Settings > Subtitle Panel Number, or use the [panel=#] markup tag.
You can use sequencer commands. (See the Cutscene Sequences Tutorials.) For example:
Code: Select all
AnimatorPlay(Talking, NPC Portrait Image)@2
The Dialogue System Extras page has a Choose Your Own Adventure package. It's not exactly what you're looking for, and it doesn't have portrait images, but it's something to look at to experiment with Dialogue System features.