Search found 30 matches
- Wed Aug 18, 2021 11:23 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue Node won't jump to another dialogue
- Replies: 3
- Views: 688
Re: Dialogue Node won't jump to another dialogue
It doesn't work. The subtitle panel disappears and the conversation stopped
- Wed Aug 18, 2021 6:48 pm
- Forum: Dialogue System for Unity
- Topic: Dialogue Node won't jump to another dialogue
- Replies: 3
- Views: 688
Dialogue Node won't jump to another dialogue
Hi there! I have this conversation Player000 started by an invisible dialogue system trigger in the scene. The last node of Player000 links to the Start node of Player001. Yet when I hit play, the dialogue would just run to the last node of Player000 rather than playing Player 001. Can you help me f...
- Thu Aug 12, 2021 10:30 pm
- Forum: Dialogue System for Unity
- Topic: Move the player to another position in the current scene
- Replies: 5
- Views: 672
Re: Move the player to another position in the current scene
Gotcha. Thanks!
- Thu Aug 12, 2021 9:57 pm
- Forum: Dialogue System for Unity
- Topic: Move the player to another position in the current scene
- Replies: 5
- Views: 672
Re: Move the player to another position in the current scene
Hi Tony I was checking the MoveTo() doc, and noticed this:
subject: (Optional) The object to move. Can be speaker, listener, or the name of a game object in the scene. Default: speaker.
Yet in the dialogue editor, there is only Actor, Conversant. So speaker actually refers to Actor?
subject: (Optional) The object to move. Can be speaker, listener, or the name of a game object in the scene. Default: speaker.
Yet in the dialogue editor, there is only Actor, Conversant. So speaker actually refers to Actor?
- Thu Aug 12, 2021 9:48 pm
- Forum: Dialogue System for Unity
- Topic: Move the player to another position in the current scene
- Replies: 5
- Views: 672
Re: Move the player to another position in the current scene
Thank you Tony!
- Thu Aug 12, 2021 9:17 pm
- Forum: Dialogue System for Unity
- Topic: Move the player to another position in the current scene
- Replies: 5
- Views: 672
Move the player to another position in the current scene
Hi Tony,
When the player selects a dialogue choice, I want the player to move to another position in the scene before black screen fades out. Are there sequences for those?
When the player selects a dialogue choice, I want the player to move to another position in the scene before black screen fades out. Are there sequences for those?
- Sun Jun 06, 2021 10:10 pm
- Forum: Dialogue System for Unity
- Topic: Player Response Order
- Replies: 4
- Views: 612
Re: Player Response Order
@lostmushroom
Thanks for your help! I assumed that Tony would answer my post as always therefore got the name wrong...Sorry about that!
Thanks for your help! I assumed that Tony would answer my post as always therefore got the name wrong...Sorry about that!
- Wed May 12, 2021 7:11 pm
- Forum: Dialogue System for Unity
- Topic: Player Response Order
- Replies: 4
- Views: 612
Re: Player Response Order
Thank you Tony!
- Wed May 12, 2021 3:35 am
- Forum: Dialogue System for Unity
- Topic: Player Response Order
- Replies: 4
- Views: 612
Player Response Order
Hi Tony, I have one questions regarding player's response. I've duplicated the Nuke Dialogue UI prefab and modified it. What I want to achieve is something like this: Snipaste_2021-05-12_15-32-10.png As you can see in the screenshot, the options are listed in an order. In the dialogue editor, how do...
- Wed Apr 14, 2021 10:11 pm
- Forum: Dialogue System for Unity
- Topic: Can't disable head movement
- Replies: 3
- Views: 976
Re: Can't disable head movement
Hi Tony, I'm also having this issue atm. I have a camera game object as the player's child game object, and the camera looks around whenever I move my mouse in conversation. Your camera GameObject probably has a second MouseLook script. Often the player object has a left/right MouseLook, and the cam...