You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if this.isTypewriter is set to true, console.log shows "Typewriter effect started" but not the "Typewriter effect complete". The Error Index out of range: -1 at localhost:18090/libs/laya.core.js:17473 shows. And no text is printed in the game. In Laya 3.2.2 "Typewriter effect complete" shows and the script works without any problem.
I think something in the core is not as it was before. Any ideas?
Best,
tL.
The text was updated successfully, but these errors were encountered:
Describe the bug
LayaAir 3.3.0 --> Error: Index out of range: -1 at localhost:18090/libs/laya.core.js:17473
To Reproduce
Steps to reproduce the behavior:
use LayaAir 3.3.0
Expected behavior
Script should work, like in LayaAir 3.2.2
This is a snippet of the code, where seemingly the script breaks in LayaAir 3.3.0:
if
this.isTypewriter
is set to true, console.log shows "Typewriter effect started" but not the "Typewriter effect complete". The ErrorIndex out of range: -1 at localhost:18090/libs/laya.core.js:17473
shows. And no text is printed in the game. In Laya 3.2.2 "Typewriter effect complete" shows and the script works without any problem.I think something in the core is not as it was before. Any ideas?
Best,
tL.
The text was updated successfully, but these errors were encountered: