Search Unity

Microsoft Visual Studio using Cinemachine

Discussion in 'Cinemachine' started by AFlamel, Jan 8, 2022.

  1. AFlamel

    AFlamel

    Joined:
    May 20, 2021
    Posts:
    15
    Hello,

    I saw a post years ago about the follow issue but it doesn't resolve my issue; I'm hoping for some wisdom:

    MVS is giving me a namespace error for trying to use Cinemachine. I installed Cinemachine through the package manager, the suite otherwise runs fine through Unity and I can review the package contents. I wanted to make a mouse scroll wheel zoom in/out function for the player, to do this I had to write a new script but CinemachineVirtualCamera has a property I want to call on to make my life simple... except I can't access the library to figure out how to get to that property correctly.

    Any help is appreciated.

    EDIT -- Scratch that, I went five hours banging my head on this before posting for help, then right after I post and alt tab back to MVS suddenly it now can find the library... ... I am assuming it was loading something in the background. Apologies.