[CompilerError] ‘CinemachineSlateCamera.IsLiveChild(ICinemachineCamera)’:
no suitable method found to override
Compiler Error at Assets/ParadoxNotion/SLATE Resources/Extensions/Cinemachine/CinemachineSlateCamera.cs:46 column 30
44:Â Â //public override ICinemachineCamera LiveChildOrSelf { get { return LiveChild; } }
–>46:Â Â public override bool IsLiveChild(ICinemachineCamera vcam)
47:Â Â {
48:Â Â Â Â Â Â return vcam == LiveChild
Can you please update? It doesn’t work with Cinemachin anymore. I get bellow error.
AssetsParadoxNotionSLATE ResourcesExtensionsCinemachineCinemachineSlateCamera.cs(46,30): error CS0115: ‘CinemachineSlateCamera.IsLiveChild(ICinemachineCamera)’: no suitable method found to override
So I think i found the solution to the problem. I changed the override to virtual, as well as the method it was trying to override. It is working well for me. I uploaded it here, as 1.041, following the naming convention. I made the mistake on 1.04, so don’t use that one.
I am using Cinemachine 2.6.2 and Unity LTS 2019.4.9f1