HI, any idea why my speech isn't getting added when I'm gathering text that exists in an action list not in scene? so some of these play, and some do not. I gather speech but they don't appear in my speech manager. See screenshots
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
The Speech Actions in the screenshot all have IDs assigned - do they appear in the Speech Manager when filtering to those specific ID numbers?
How is the ActionList referenced at runtime?
the ID's do not appear in the Speech manager. The actionlist is referenced via this script and dropping the actionlist into the gameobject:
Place an ActionList Starter component in a scene added to your build settings, and have it reference the asset. That will make AC aware of the asset, and include it in the gather text process.
Thanks!