Search Unity

Where to find Body/Aim/Noise settings for Virtual Camera in 2.3.4?

Discussion in 'Cinemachine' started by Deadcow_, Aug 2, 2019.

  1. Deadcow_

    Deadcow_

    Joined:
    Mar 13, 2014
    Posts:
    135
    There is the first time I try to use Cinemachine and right from the beginning in the docs I see stuff I don't actually have, like Body/Aim/Noise settings.
    How it looks like in docks:


    And in my project:
     
    Lost-27 likes this.
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    Do you have errors in your error log? It looks like the CM Editor assembly didn't load for some reason.
     
  3. Deadcow_

    Deadcow_

    Joined:
    Mar 13, 2014
    Posts:
    135
    No errors. Also I browsed to CinemachineMenu.cs and figured out there is should be "Cinemachine/" MenuItems and I don't have those :(
    I tried to reimport Cinemachine package and it didn't helped.
    Unity 2019.2.0f1, Api Compatibility Level .NET 4.x
     
  4. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    Can you try to create a new project and import CM there?
     
  5. Deadcow_

    Deadcow_

    Joined:
    Mar 13, 2014
    Posts:
    135
    Strangely, I tried it with the same project but on another pc and it works there! I have no idea how that's possible, but I need it on my working pc :eek:
     
  6. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    Maybe you have a corrupt packages cache or something like that. You can try cleaning it out. Or maybe just re-importing the project is enough.
     
  7. Deadcow_

    Deadcow_

    Joined:
    Mar 13, 2014
    Posts:
    135
    How to clean the package cache?
     
  8. Deadcow_

    Deadcow_

    Joined:
    Mar 13, 2014
    Posts:
    135
    Reimport All helped! Thanks
     
    Gregoryl likes this.
  9. wechat_os_Qy08NBeALNrwntyp3BziDc7DY

    wechat_os_Qy08NBeALNrwntyp3BziDc7DY

    Joined:
    Jan 31, 2021
    Posts:
    1
    Hello.
    The same thing happened to me. On same version Unity.
    How can i solve it?
     
  10. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    Did you try re-import all?
     
  11. greensearch

    greensearch

    Joined:
    Nov 15, 2021
    Posts:
    4
    I stumbled upon it while looking for something different. If you are running the project in debug mode, the Body and Aim options will disappear. Change Debug mode back to Normal mode and the problem will be fixed. Body and AIM features will be visible. Maybe it will help those who are having problems.