-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with Unity 6 and Cinemachine package > 3.0.0 #2
Comments
Thanks M.Lam & JeanBon54 ! |
I have Cinemachine errors in 2022.3.56f1. change -> using Unity.Cinemachine; |
@jamesarndt82 you can look the fork that i made. I put the latest version of packages. And replace obsolete properties Thanks |
Thank you. I will check against this shortly. |
With Unity 6 (for me 6000.0.33f1) In StandardUIController.cs and CustomCinemachineInputProvider.cs we have an issue with Cinemachine is the version of Cinemachine package is > 3.0.0
To fix it ---> change
using Cinemachine;
to --->
using Unity.Cinemachine;
and this solves the issue :)
The text was updated successfully, but these errors were encountered: