Page 1 of 1

Problem with cinemachine

Posted: Sun Sep 15, 2019 1:24 am
by fanaei
Hi Tony,
Because of some problems, I deleted my library folder (of unity) and after that I went into some problems with Dialogue Manager. After enabling Cinemachine support, I got this error:

Code: Select all

Assets\Plugins\Pixel Crushers\Dialogue System\Wrappers\Options\Cinemachine\CinemachineCameraPriorityOnDialogueEvent.cs(16,90): error CS0234: The type or namespace name 'CinemachineCameraPriorityOnDialogueEvent' does not exist in the namespace 'PixelCrushers.DialogueSystem' (are you missing an assembly reference?)

Re: Problem with cinemachine

Posted: Sun Sep 15, 2019 9:49 am
by Tony Li
Hi,

Make sure your Project Settings' Scripting Define Symbols includes USE_CINEMACHINE.

You may need to right-click on CinemachineCameraPriorityOnDialogueEvent.cs in this folder:
Plugins / Pixel Crushers / Dialogue System / Scripts / Options / Cinemachine / Triggers
and then select Reimport. Then do the same in the Wrappers folder.