How to stop the camera from moving on starting a conversation?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
kenlem
Posts: 26
Joined: Sun Aug 16, 2020 5:19 pm

How to stop the camera from moving on starting a conversation?

Post by kenlem »

Hi,

I'm trying to add the Dialogue System to a VR game using a world space canvas. One thing I keep having trouble with is that the camera moves to show the speaking actor when a conversation starts. I'm sure I'm missing something.

1. What is moving the camera? Is that the sequencer?

2. How to I stop this from happening?
kenlem
Posts: 26
Joined: Sun Aug 16, 2020 5:19 pm

Re: How to stop the camera from moving on starting a conversation?

Post by kenlem »

I found the issue. I was using the Private Heart Conversation of the Demo database.

That first option "We need to intercept the..." has this as the command below in the sequence text of the conversation.

Camera(Closeup); {{default}}

That totally explains the problem and why I didn't see it in my own conversations.

I'm still learning obviously but I like Dialogue System a lot. Thanks.
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to stop the camera from moving on starting a conversation?

Post by Tony Li »

Thanks! Glad you like it. If any other questions come up, just let me know. You're probably already doing this, but make sure to set your UI canvases to world space since you're using VR.
Post Reply