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.
when using continue button Sometimes skip conversation.
Re: when using continue button Sometimes skip conversation.
Hello,
Are you using the TextAnimatorSubtitlePanel component for your subtitle panel and TextAnimatorContinueButtonFastForward component for your continue button?
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.
i already use TextAnimatorSubtitlePanel & TextAnimatorContinueButtonFastForward .
Re: when using continue button Sometimes skip conversation.
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.
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
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.panelState != PixelCrushers.UIPanel.PanelState.Opening &&
subtitle.isOpen)
{
forward.OnFastForward();
}
}
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.
Hi,
Thank you for sending the reproduction scene. I'll test this and reply back by tomorrow.
Thank you for sending the reproduction scene. I'll test this and reply back by tomorrow.