Skip to content
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

Open
RobertPastiss opened this issue Jan 10, 2025 · 4 comments
Open

Bug with Unity 6 and Cinemachine package > 3.0.0 #2

RobertPastiss opened this issue Jan 10, 2025 · 4 comments

Comments

@RobertPastiss
Copy link

RobertPastiss commented Jan 10, 2025

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

Image

To fix it ---> change using Cinemachine;

to ---> using Unity.Cinemachine;

and this solves the issue :)

@RobertPastiss RobertPastiss changed the title Bug with Unity 6 and Cinemachine > 3 Bug with Unity 6 and Cinemachine package > 3 Jan 10, 2025
@RobertPastiss RobertPastiss changed the title Bug with Unity 6 and Cinemachine package > 3 Bug with Unity 6 and Cinemachine package > 3.0.0 Jan 10, 2025
@Sly54
Copy link

Sly54 commented Jan 10, 2025

Thanks M.Lam & JeanBon54 !

@jamesarndt82
Copy link

jamesarndt82 commented Jan 20, 2025

I have Cinemachine errors in 2022.3.56f1.
Library\PackageCache\com.unity.industrycse.productconfigurator@986889a4c5\Runtime\Base Class\VariantSetBase.cs(8,13): error CS0234: The type or namespace name 'Cinemachine' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
This fixes the issue:

change -> using Unity.Cinemachine;
to -> using Cinemachine;

@RobertPastiss
Copy link
Author

RobertPastiss commented Jan 20, 2025

@jamesarndt82 you can look the fork that i made. I put the latest version of packages. And replace obsolete properties
Up the PR please :)
----> #3

Thanks

@jamesarndt82
Copy link

@jamesarndt82 you can look the fork that i made. I put the latest version of packages. And replace obsolete properties Up the PR please :) ----> #3

Thanks

Thank you. I will check against this shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants