Search found 6 matches
- Tue Apr 27, 2021 10:05 pm
- Forum: Dialogue System for Unity
- Topic: How to register instantiated Actor?
- Replies: 2
- Views: 69
Re: How to register instantiated Actor?
Nevermind, I'm trying to rush for a game jam and just realized I'm spawning the actor inside of another collider that is blocking the raycast. Hopefully if anyone else has this problem they will see this message. Cheers.
- Tue Apr 27, 2021 9:38 pm
- Forum: Dialogue System for Unity
- Topic: How to register instantiated Actor?
- Replies: 2
- Views: 69
How to register instantiated Actor?
I have an actor that works perfectly if I use them when they are already in the scene. If I try to instantiate the game object with the components (DialogueActor, Usable, and DialogueSystemTrigger) I can't seem to interact with the same actor.
I imagine I'm missing some kind of register call?
I imagine I'm missing some kind of register call?
- Tue Apr 20, 2021 5:49 pm
- Forum: Dialogue System for Unity
- Topic: Animate Subtitle Panel Only During Actor Change
- Replies: 5
- Views: 168
Re: Animate Subtitle Panel Only During Actor Change
Focus and Unfocus worked perfectly. Thank you for your help!
- Tue Apr 20, 2021 5:47 pm
- Forum: Dialogue System for Unity
- Topic: Animate Subtitle Panel Only During Actor Change
- Replies: 5
- Views: 168
Re: Animate Subtitle Panel Only During Actor Change
Hi Tony, Basically what I want is for the players subtitle to be in a panel that animates in when they are speaking, and once the dialogue switches to an npc animate out the PCSubtitle and animate in the NPCSubtitle. I tried setting the visibility to Always Once Shown but this causes them to overlap...
- Tue Apr 20, 2021 5:27 pm
- Forum: Dialogue System for Unity
- Topic: Animate Subtitle Panel Only During Actor Change
- Replies: 5
- Views: 168
Re: Animate Subtitle Panel Only During Actor Change
If I add the animator with Show/Hide and set the panel to Until Superceded it almost works, but for the first time that each actor begins speaking, there is a large delay until they start, and during this delay the next actor can be opened.
- Tue Apr 20, 2021 5:16 pm
- Forum: Dialogue System for Unity
- Topic: Animate Subtitle Panel Only During Actor Change
- Replies: 5
- Views: 168
Animate Subtitle Panel Only During Actor Change
I have a Standard Dialogue UI panel set up with an NPCSubtitle panel and a PCSubtitlePanel. I'd like when the actor changes (from PC to NPC) for the Show/Hide animations to play for their panels. If I configure them with animations right now, instead in between every line of dialogue they show and h...