Search found 2 matches

by cjtheegamedev
Wed Sep 13, 2023 9:10 am
Forum: Dialogue System for Unity
Topic: Can change Cinemachine Priority with Cinemachine Priority On Dialogue Event but not with sequencer
Replies: 3
Views: 242

Re: Can change Cinemachine Priority with Cinemachine Priority On Dialogue Event but not with sequencer

Thanks Tony!

Changing the debug level to "Info" helped me track down my issue. Its really embarrasing but I spent an hour trying to fix the issue just to find out I was updating the Dialogue Database (Auto-Backup) instead of the actual dialogue database :oops:
by cjtheegamedev
Tue Sep 12, 2023 9:12 pm
Forum: Dialogue System for Unity
Topic: Can change Cinemachine Priority with Cinemachine Priority On Dialogue Event but not with sequencer
Replies: 3
Views: 242

Can change Cinemachine Priority with Cinemachine Priority On Dialogue Event but not with sequencer

I can change Cinemachine Priority with Cinemachine Priority On Dialogue Event but not with sequencer. Is ther something simple Im missing? I have a game object with a vcam called "FocusCam" but when I try to use this in the sequencer it does not work: CinemachinePriority(FocusCam, 99); Ple...