Version 1.4.4 fixed my issue.
Thank you!
Search found 14 matches
- Tue Jan 20, 2015 2:11 pm
- Forum: Dialogue System for Unity
- Topic: Audio Plays Twice Sometimes
- Replies: 5
- Views: 2091
- Mon Jan 19, 2015 10:35 am
- Forum: Dialogue System for Unity
- Topic: Audio Plays Twice Sometimes
- Replies: 5
- Views: 2091
Audio Plays Twice Sometimes
Here are shots of the console from the start of the scene. Ignore the first error as that shows up when I zoom my camera in too much. The second error points to the BarkDialogueUI component. Here's the inspector for the Radio during runtime. I cannot reproduce the issue at will. It seems to be rand...
- Mon Jan 19, 2015 8:52 am
- Forum: Dialogue System for Unity
- Topic: Audio Plays Twice Sometimes
- Replies: 5
- Views: 2091
Audio Plays Twice Sometimes
Hello, I am having an issue where the audio specified in my sequence for a conversation node will sometimes play twice. I set my conversation to only have one actor. I can't figure out why this would happen. The console shows 2 audioWait commands going to the sequencer for each message. Sometimes yo...
- Mon Jan 12, 2015 8:35 am
- Forum: Dialogue System for Unity
- Topic: Animator state not changing
- Replies: 1
- Views: 732
Animator state not changing
Hi, I added an animator and copied the controller and show/hide animations from the UnityUI demo to my dialog panel. They will not trigger during my conversation. If I leave the animator window open during game, I can tick the show and hide parameters and the window will show and hide correctly. Thi...
- Fri Jan 09, 2015 2:49 pm
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
I put Camera(original) where you suggested and it seems to be working now.
Thanks for the help!
Thanks for the help!
- Fri Jan 09, 2015 9:23 am
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
I added the sequence for ReleaseCameraControl. For some reason, it is returning to the angle and subject that I set 2 nodes prior to this sequence. Here's what I have in my conversation: Node1: Camera(Wide, Target, 4); Node2: required Camera(original,,1)@{{end}} Node3: SendMessage(ReleaseCameraContr...
- Fri Jan 09, 2015 8:23 am
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
Thank for the offer, Tony, but I think I have it figured out now. Sorry for the simple questions, too. I have my camera transitioning nicely over time now. I left the sequence camera empty on the Dialogue Manager and disabled the camera controls during cutscene. That seems to have been the issue wit...
- Fri Jan 09, 2015 8:09 am
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
I think I figured it out. The conversation wasn't set for my player to be the actor so I was still able to move around during the cutscene. I guess the original position is stored relative to cam angle position so it didn't translate back to the same spot. Is there a way to have the camera slowly mo...
- Fri Jan 09, 2015 7:55 am
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
I have 1 camera in scene tagged as MainCamera and I have a sequence camera prefab. I tried tagging the sequence cam as MainCamera and also untagged and neither work. My camera is still not reactivating. If I look at my main camera after the cutscene, it is disabled. I have received this error NullRe...
- Thu Jan 08, 2015 1:29 pm
- Forum: Dialogue System for Unity
- Topic: Camera Doesn't Return After Sequence
- Replies: 9
- Views: 2585
Camera Doesn't Return After Sequence
Hello again, I am working with the sequencer to do cutscenes with camera angle changes. When I set the camera angle via conversation node sequence, it stays until the conversation ends. I want to move the camera back to the player on the next node but I can't find the command to do it. I am also hav...