when using continue button Sometimes skip conversation.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

when using continue button Sometimes skip conversation.

Post by boltibm »

I have referred to the link below.But it didn't help anything.

https://www.pixelcrushers.com/phpbb/vie ... kip#p30519

i using the Skip function of the text animator.
When i quickly hit the Skip button (Space bar), sometimes the conversation skips 2 or 3 sentences.

I am attaching the youtube below.


How can I solve it?
Block Input Duration also does not work.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: when using continue button Sometimes skip conversation.

Post by Tony Li »

Hello,

Are you using the TextAnimatorSubtitlePanel component for your subtitle panel and TextAnimatorContinueButtonFastForward component for your continue button?
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: when using continue button Sometimes skip conversation.

Post by boltibm »

Sure.
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: when using continue button Sometimes skip conversation.

Post by Tony Li »

boltibm wrote: Thu Feb 09, 2023 1:05 pmSure.
Does that mean you are already using those components, or you will try using them and will reply with your updated results?
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: when using continue button Sometimes skip conversation.

Post by boltibm »

i already use TextAnimatorSubtitlePanel & TextAnimatorContinueButtonFastForward .
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: when using continue button Sometimes skip conversation.

Post by Tony Li »

Can you send a reproduction project to tony (at) pixelcrushers.com? I haven't been able to reproduce this.
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: when using continue button Sometimes skip conversation.

Post by boltibm »

Asset folder is over 18GB..
so i attached only one scene.

i sent support form.

thank you
boltibm
Posts: 17
Joined: Thu Dec 29, 2022 4:38 am

Re: when using continue button Sometimes skip conversation.

Post by boltibm »

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.panelState != PixelCrushers.UIPanel.PanelState.Opening &&
subtitle.isOpen)
{
forward.OnFastForward();
}
}
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: when using continue button Sometimes skip conversation.

Post by Tony Li »

Hi,

Thank you for sending the reproduction scene. I'll test this and reply back by tomorrow.
Post Reply