Search found 9 matches

by swilliams11
Mon May 21, 2018 8:55 am
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Wow, that works exactly as expected. Thanks very much for your patience and support Tony.
by swilliams11
Sun May 20, 2018 6:29 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Thanks for your quick response Tony, apologies I've been busy with work. It definitely is an improvement on before, but there's still a couple of visual glitches (I've attached another video for reference). It seems to begin with, the text is shown in its default state before the conversation is loa...
by swilliams11
Tue May 15, 2018 8:37 am
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Ah of course. Absolutely no rush, there's no deadline on this current project, take your time!
by swilliams11
Mon May 14, 2018 8:35 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Thanks very much for the work you're putting in! If it's any help, I've attached a link to the package for my project files

[removed]
by swilliams11
Mon May 14, 2018 4:28 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

I've not set a timeout for the system. Apologies for the word spaghetti. To illustrate the issue properly here's a video of it happening. [media]https://www.youtube.com/watch?v=7-02Ev7GBF4[/media] The aim is to get the Subtitle to fade out at the end of one question, and fade back in with the next q...
by swilliams11
Mon May 14, 2018 2:12 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Once again, I worked away. I see I've made an error in confusing the NPC Subtitle and the NPC Subtitle Reminder. I've now succesfully got the animations playing in the correct places (thank you very much for the guidance). The last issue/query is regarding delaying the change to the next response/su...
by swilliams11
Mon May 14, 2018 1:30 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Ah, a slight update. I had the UI visibiltiy set incorrectly. I've now changed it to "Only During Content", and it now plays both animations. However, with a slight update to the core issue I was having, is it possible to get the UI to only hide once the user has selected a response? As it...
by swilliams11
Mon May 14, 2018 1:23 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Re: Adding Transition Animations to NPC Subtitle and Response Panel

Thanks for the response Tony. I've tried out what you suggested and it works great for the Show state, but can't seem to work for the Hide state. I get the following message from the debug panel Animator.GotoState: State could not be found UnityEngine.Animator:Play(String) PixelCrushers.DialogueSyst...
by swilliams11
Sun May 13, 2018 12:23 pm
Forum: Dialogue System for Unity
Topic: Adding Transition Animations to NPC Subtitle and Response Panel
Replies: 16
Views: 2323

Adding Transition Animations to NPC Subtitle and Response Panel

Hi, I've been playing around with the tool over the past few weeks and am attempting to add transition animations each time the NPC Subtitle is changed, and each time the response panel buttons are changed. I attempted a custom method (script to fade in panels), but it wouldn't quite work out becaus...