Hello!
I'm using my custom action list with text parameter to play speech, this action is called by multiple actions on scene (changing the text), the problem is that when I try to gather text the text used with parameter to call this action isn't on list.
I use this custom action because I need to play speech on background and don't stop the gameplay. If I use normal play speech checking "play on background" the player can move but can't interact with hotspots.
Thank you!
Comments
The "Gather text" button can't cover custom Actions, but you could feasibly move the text to Variables and have the speech display them as tokens.
However, there should be no need: to prevent an ActionList blocking gameplay, you need to set it's When running property to Run In Background - this is at the top of the ActionList's Inspector, not in any single Action's UI.
I can move the text to variables, but I have a lot of text, other solution is create one ActionList (running in background) by text, but the problem is the same, a lot of text.
Do you think there is any other solution?
If you have a lot of text, and would like to break it up, you can place each line - or blocks of them - into ActionList assets, and then call them individually using the ActionList: Run Action from your scene.