Sequencer camera

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Kole90
Posts: 43
Joined: Wed Nov 08, 2017 4:51 am

Sequencer camera

Post by Kole90 »

Hey Tony I have a problem with sequencer camera making one if main camera is not active, is there a way to disable that? My dialogue manager is set to don't destroy on load so I can't just set a default camera from editor because it won't work on other scenes.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Sequencer camera

Post by Tony Li »

Do your conversations take control of the camera at any point? (e.g., with a Camera() command or Zoom2D() sequencer command)

If they do, then you'll need to assign a sequencer camera (prefabs are allowed) or tag a camera as 'MainCamera'. The next update loosens the restriction so the camera doesn't have to be tagged 'MainCamera'.

If your conversations don't control the camera, then this is a reversion of behavior that I plan to fix in the next update. Conversations aren't supposed to touch the camera -- including creating a sequencer camera -- until a sequencer command needs to control the camera.
User avatar
Kole90
Posts: 43
Joined: Wed Nov 08, 2017 4:51 am

Re: Sequencer camera

Post by Kole90 »

Nope, I'm not doing anything with cameras with sequencer commands.
User avatar
Tony Li
Posts: 21928
Joined: Thu Jul 18, 2013 1:27 pm

Re: Sequencer camera

Post by Tony Li »

Okay, then the next update should fix the issue. I'm trying to get the next updates of the Dialogue System and Quest Machine out by the end of next week at the latest.
User avatar
Kole90
Posts: 43
Joined: Wed Nov 08, 2017 4:51 am

Re: Sequencer camera

Post by Kole90 »

Ok thanks for the update :)
Post Reply