Treating multiple subtitle texts as the same fast forward
Posted: Mon Jul 11, 2022 5:46 pm
Hello Forum,
I'm having some difficulty with the fast forward button in my current project. Currently I have 3 subtitle texts each belonging to different subtitle panels in my dialogue ui. 2 of said subtitle texts only serve one subtitle panel each, whereas the third serves the player's normal subtitle panel and the NPC's subtitle panel as well.
Each of these panels is using Text Animator for Unity for its typewriter effect, and I've replaced all the appropriate components. The Continue button works fine for the main subtitle text, but the other two subtitle texts I have are not affected by the fastforward. I've tried adding multiple "Text Animator Continue Button Fast Forward" scripts to the continue button and configuring it to run multiple onclick calls at once. This didn't work.
Below is a screenshot of the continue button in the inspector.
Additionally, here's what the different subtitle text configuration looks like. The top is the main subtitle text which is getting fast forwarded properly, and the bottom is the subtitle text which isn't being fast forwarded.
I can also confirm that the continue button is properly configured for all of the involved subtitle panels.
I would love some help trying to figure out how to make all these fast forward properly with the text animator plugin. If there's a configuration I'm missing or an easier way to do this please let me know.
I'm having some difficulty with the fast forward button in my current project. Currently I have 3 subtitle texts each belonging to different subtitle panels in my dialogue ui. 2 of said subtitle texts only serve one subtitle panel each, whereas the third serves the player's normal subtitle panel and the NPC's subtitle panel as well.
Each of these panels is using Text Animator for Unity for its typewriter effect, and I've replaced all the appropriate components. The Continue button works fine for the main subtitle text, but the other two subtitle texts I have are not affected by the fastforward. I've tried adding multiple "Text Animator Continue Button Fast Forward" scripts to the continue button and configuring it to run multiple onclick calls at once. This didn't work.
Below is a screenshot of the continue button in the inspector.
Additionally, here's what the different subtitle text configuration looks like. The top is the main subtitle text which is getting fast forwarded properly, and the bottom is the subtitle text which isn't being fast forwarded.
I can also confirm that the continue button is properly configured for all of the involved subtitle panels.
I would love some help trying to figure out how to make all these fast forward properly with the text animator plugin. If there's a configuration I'm missing or an easier way to do this please let me know.