hello,
when i get the cinemachine package on the ecosystem, i get plenty of red errors and cannot go to playmode until i delete the folder (i am using latest version of Playmaker).
Also, cinemachine just released a new really cool module : Impulse (to control camera shakes) ... could we get a few Playmaker actions to control impulse from Playmaker ? That would be very awesome
thanks,
here are the errors log when i download the cinemachine package from ecosystem:
Assets/PlayMaker Cinemachine/Actions/Common/CinemachineActionGetAxisSettingsBase.cs(74,49): error CS1061: Type `Cinemachine.AxisState' does not contain a definition for `m_InvertAxis' and no extension method `m_InvertAxis' of type `Cinemachine.AxisState' could be found. Are you missing an assembly reference?
Assets/PlayMaker Cinemachine/Actions/Common/CinemachineActionSetAxisSettingsBase.cs(73,30): error CS1061: Type `Cinemachine.AxisState' does not contain a definition for `m_InvertAxis' and no extension method `m_InvertAxis' of type `Cinemachine.AxisState' could be found. Are you missing an assembly reference?
Assets/PlayMaker Cinemachine/Components/CinemachineColliderExtensionProxy.cs(97,42): error CS1061: Type `Cinemachine.CinemachineVirtualCameraBase' does not contain a definition for `LiveChildOrSelf' and no extension method `LiveChildOrSelf' of type `Cinemachine.CinemachineVirtualCameraBase' could be found. Are you missing an assembly reference?