Search found 7 matches
- Tue Jan 19, 2021 9:00 pm
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
Tony, that patch did the trick! Thank you so much for the time you put into your responses as well as the product itself. Super impressed with it so far. Hopefully one day I'll have credits to put you in
- Tue Jan 19, 2021 12:27 pm
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
Did some more digging and wanted to share this before I forget. I think you're right about it being in the animator. On the "Subtitle Panel 0", the "Canvas Group" has its alpha set to 0 on the second conversation even though the "Portrait Animation Controller" went thro...
- Tue Jan 19, 2021 12:02 pm
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
Sounds good, thanks Tony!
- Tue Jan 19, 2021 11:18 am
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/Basic/Basic Standard Dialogue UI.prefab and Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/JRPG/JRPG Template Standard Dialogue UI.prefab Do not exhibit the same behavior, the por...
- Tue Jan 19, 2021 11:14 am
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
Unity Version 2019.2.17f1 Personal Pixel Crushers Dialogue System for Unity Version: 2.2.14 May be important to note that I'm running "StartConversation" in a Coroutine using Unity's "StartCoroutine" method, and passing in a function that runs most of my cut-scene. That cut-scene...
- Tue Jan 19, 2021 9:43 am
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Re: Portrait Disappearing on Second Conversation
That's the one I have used as a base, but just to double check I tried using just the Assets/Plugins/Pixel Crushers/Dialogue System/Prefabs/Standard UI Prefabs/Templates/VN/VN Template Standard Dialogue UI.prefab with no edits as the "Dialogue UI" in my DialogueManager GameObject and I get...
- Tue Jan 19, 2021 8:43 am
- Forum: Dialogue System for Unity
- Topic: Portrait Disappearing on Second Conversation
- Replies: 11
- Views: 296
Portrait Disappearing on Second Conversation
Hey Toni! Loving the asset so far, but ran into the first problem that the documentation couldn't help me with. The way my game is set up, I am calling PixelCrushers.DialogueSystem.DialogueManager.StartConversation("Prologue/Start"); in my code whenever I want to play dialogue. I then wait...