So I am just seeing this? Nowehre to put which action list in inspector?
https://drive.google.com/file/d/1CzD3KKqq6PofjUb6hKxqeg5PjMFxyiEZ/view?usp=sharing
Thanks, is there also a way to stop a certain action list to run until the player has stopped speaking? I have a background NPC dialogue loop that runs, but i starts up again whilst the player is speaking, even though the above script stops it when …
Hi Chris, so we are attempting to get an expression to animate the player whilst dialogue happens. And have adapted this code from the ACSpineExpressions script to support the tokens:
DirectionMapper directionMapper = speakingCharacter.GetComponen…
Scrap that, my bad, it is working, but not having any effect in game, anything you can see from this error that needs doing to the script? Here is the console message:
ModifyEffectStart:Narrator (AC.NPC)UnityEngine.Debug:Log (object)SpeechEventsExa…
so we ran a de bug and there was no mention in the console, which would suggest that the OnStartSpeech is not getting called. So, the ModifyEffect is attached to the SC Effects and in runtime, the effect is not happening (it is visible in scene wind…
so at the time of the dialogue the real player is hidden off the side of the scene. See screenshots for AudioSource settings, I may have this set up wrong?
https://drive.google.com/drive/folders/1Ul2Jd66ZShFIna9GpzlZWwDGXH5MGPrm?usp=share_link
Sam…
So the effect isn't happening when the npc speaks, the effect is there if I turn off the ModifyEffect script, but when it turns on it is waiting for the npc to speak and then turn on, but it isn't turning on
Morning Chris,
Can you check the below, it is not quite working, I drag the player in from the scene, but the effect does not happen when my NPC speaks. It is normal npc dialogue. see screenshot here
using UnityEngine;using AC;public class SpeechE…
HI, I'm struggling to get this to work, please would you mind taking a look at my video here. Also, the picked up object does not disappear once it becomes the cursor.
https://drive.google.com/file/d/1ngSP5elw8ocg5pqdJT_oFtONk1LyQEkt/view?usp=share…
ok so i got this working thanks! But how do I then have no cursor visible once I have selected an item. I currently still have the pickup icon over the inventory object I then select. Whereas before it would just be pointer cursor and this would dis…