Very nice.
thank you~~ ^3^
Search found 17 matches
- Thu May 16, 2024 1:08 am
- Forum: Dialogue System for Unity
- Topic: how to make responsible subtitle??
- Replies: 6
- Views: 322
- Tue May 14, 2024 3:48 am
- Forum: Dialogue System for Unity
- Topic: how to make responsible subtitle??
- Replies: 6
- Views: 322
Re: how to make responsible subtitle??
Thank you, i read post and guess,,, 1. make 3 UI Panel with text 2. if player use Left/Right Arrow (navigate) -> UI show/ hide, show hide ?? is correct? i think dialogue system has more effectively function. main problem is this. >> Only the leftmost conversation keeps coming out. thank you, and sor...
- Mon May 13, 2024 5:32 am
- Forum: Dialogue System for Unity
- Topic: how to make responsible subtitle??
- Replies: 6
- Views: 322
how to make responsible subtitle??
Hi. I am not good at English. Therefore, I will explain it with a screenshot. 산나비선택.png Like the screenshot above, I want to create an option to choose between left, right, or up and down arrow keys during conversation. dialogue.png I am also attaching a screenshot of the dialog we are producing. On...
- Sat Feb 11, 2023 4:37 am
- Forum: Dialogue System for Unity
- Topic: when using continue button Sometimes skip conversation.
- Replies: 8
- Views: 619
Re: when using continue button Sometimes skip conversation.
It doesn't look like a problem once you do this. Maybe there's some kind of conflict before the subpanel's all open. Please let me know if there is a better way. >> Forward Next Code (subpanel ui) if(Input.GetKeyDown(((MMInput.cIMKey)cInputManager.Instance.InteractButton).Key)) { if(subtitle.panelSt...
- Sat Feb 11, 2023 2:18 am
- Forum: Dialogue System for Unity
- Topic: when using continue button Sometimes skip conversation.
- Replies: 8
- Views: 619
Re: when using continue button Sometimes skip conversation.
Asset folder is over 18GB..
so i attached only one scene.
i sent support form.
thank you
so i attached only one scene.
i sent support form.
thank you
- Fri Feb 10, 2023 6:48 am
- Forum: Dialogue System for Unity
- Topic: when using continue button Sometimes skip conversation.
- Replies: 8
- Views: 619
Re: when using continue button Sometimes skip conversation.
i already use TextAnimatorSubtitlePanel & TextAnimatorContinueButtonFastForward .
- Thu Feb 09, 2023 1:05 pm
- Forum: Dialogue System for Unity
- Topic: when using continue button Sometimes skip conversation.
- Replies: 8
- Views: 619
- Thu Feb 09, 2023 7:50 am
- Forum: Dialogue System for Unity
- Topic: when using continue button Sometimes skip conversation.
- Replies: 8
- Views: 619
when using continue button Sometimes skip conversation.
I have referred to the link below.But it didn't help anything. https://www.pixelcrushers.com/phpbb/viewtopic.php?f=3&t=5509&p=30519&hilit=sometimes+skip#p30519 i using the Skip function of the text animator. When i quickly hit the Skip button (Space bar), sometimes the conversation skips...
- Tue Jan 03, 2023 3:51 am
- Forum: Dialogue System for Unity
- Topic: continue button with textanimator
- Replies: 1
- Views: 233
continue button with textanimator
I'm sorry I have so many questions.
I want to show all text that is not skip when I press continue button.
I'm using Text animator.
I want to show all text that is not skip when I press continue button.
I'm using Text animator.
- Tue Jan 03, 2023 2:49 am
- Forum: Dialogue System for Unity
- Topic: How to use continue button?
- Replies: 9
- Views: 965
Re: How to use continue button?
I solved it.
I put the key manager in the subtle bubble update.
Thank you.
I put the key manager in the subtle bubble update.
Thank you.