Hello! I am using unity 2017.1.2p2, and instantly get several compile errors from Cinemachine upon importing the asset. One of the developers suggested that this may be due to a naming conflict, but I cannot imagine how that is possible with my current project.
Re-importing does not solve the issue, but importing in to an empty project does.
I am on Cinemachine 2.1.10. I do have some plugins (ReorderableList, most notably), but I started a new project and systematically imported all other Asset Store purchases that I am using in the bugged project, and did not have the error manifest.
Which would suggest that the error is somehow caused by something I’ve done. But the message it’s giving looks like a compile error?
I tried also with unity 2017.3.0f3 again with an empty project and I had no errors. Then I tried to import cinemachine in a project with some assets and ProBuilder (unity 2017 again) and I got the same errors again.
Hello everyone, I’m using Unity 2017.4.9 for a client project and when I try to import Cinemachine I get this error:
Assets/Cinemachine/Base/Editor/Editors/CinemachineStateDrivenCameraEditor.cs(179,42): error CS1502: The best overloaded method match for `Cinemachine.Editor.CinemachineStateDrivenCameraEditor.StateCollector.CollectClipNames(Motion)' has some invalid arguments
Also when importing it to a new project I don’t get this error
It would seem that there’s a naming conflict with something somewhere in the project. Can you search for some symbols in the offending line, like “CollectClipNames” and see what that turns up?