Page 1 of 1

when using continue button Sometimes skip conversation.

Posted: Thu Feb 09, 2023 7:50 am
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.

Re: when using continue button Sometimes skip conversation.

Posted: Thu Feb 09, 2023 11:37 am
by Tony Li
Hello,

Are you using the TextAnimatorSubtitlePanel component for your subtitle panel and TextAnimatorContinueButtonFastForward component for your continue button?

Re: when using continue button Sometimes skip conversation.

Posted: Thu Feb 09, 2023 1:05 pm
by boltibm
Sure.

Re: when using continue button Sometimes skip conversation.

Posted: Thu Feb 09, 2023 2:10 pm
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?

Re: when using continue button Sometimes skip conversation.

Posted: Fri Feb 10, 2023 6:48 am
by boltibm
i already use TextAnimatorSubtitlePanel & TextAnimatorContinueButtonFastForward .

Re: when using continue button Sometimes skip conversation.

Posted: Fri Feb 10, 2023 8:37 pm
by Tony Li
Can you send a reproduction project to tony (at) pixelcrushers.com? I haven't been able to reproduce this.

Re: when using continue button Sometimes skip conversation.

Posted: Sat Feb 11, 2023 2:18 am
by boltibm
Asset folder is over 18GB..
so i attached only one scene.

i sent support form.

thank you

Re: when using continue button Sometimes skip conversation.

Posted: Sat Feb 11, 2023 4:37 am
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();
}
}

Re: when using continue button Sometimes skip conversation.

Posted: Sat Feb 11, 2023 9:12 pm
by Tony Li
Hi,

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