Hi,
When I try and install the Post Processing V2 Adapter package for handling DoF targeting, I get these errors in console:
Assets\CinemachinePostProcessingV2\CinemachinePostProcessing.cs(106,42): error CS0311: The type ‘DepthOfField’ cannot be used as type parameter ‘T’ in the generic type or method ‘PostProcessProfile.TryGetSettings(out T)’. There is no implicit reference conversion from ‘DepthOfField’ to ‘UnityEngine.Rendering.PostProcessing.PostProcessEffectSettings’.
Assets\CinemachinePostProcessingV2\CinemachinePostProcessing.cs(111,33): error CS1061: ‘DepthOfField’ does not contain a definition for ‘focusDistance’ and no accessible extension method ‘focusDistance’ accepting a first argument of type ‘DepthOfField’ could be found (are you missing a using directive or an assembly reference?)
I’m using Post Proc 2.1.7 and Cinemachine 2.2.10-preview.4
TY for any help.