Search Unity

Cinemachine camera falling through the ground after reopening

Discussion in 'Cinemachine' started by xaviermadden, Jan 16, 2020.

  1. xaviermadden

    xaviermadden

    Joined:
    Oct 28, 2019
    Posts:
    2
    Hey Guys,

    I'm having trouble making my cinemachine camera follow and aim at a target. I had been successful playing my scene many times before, however after closing and reopening the camera now doesn't follow and drops through my geometry. I have tried deleting the camera and recreating it, but I'm still having the same issue.

    Have any of you experienced anything similar/know how to fix?

    Currently using unity 2019.3.0f3 with Cinemachine 2.4.0
    Attached pictures as reference...

    Thanks in advance
     

    Attached Files:

  2. xaviermadden

    xaviermadden

    Joined:
    Oct 28, 2019
    Posts:
    2
    Fixed this issue.

    I didn't delete the general post processing volume from my scene.
     
  3. NomadRogers

    NomadRogers

    Joined:
    Jan 14, 2020
    Posts:
    2
    Hey Xavier. Could you please elaborate on your solution this issue please. I am fairly new to unity and am not too sure what you mean and where to find post processing. Thanks!
     
  4. srcumut

    srcumut

    Joined:
    Jan 9, 2021
    Posts:
    12
    Is there anyone who can solve this problem, it's quite tiring but I couldn't find it. my camera drops off the stage momentarily and comes back out. I added a collider to the floor. I added collider to the camera. If it falls below 0, I wrote a code to make it 0 again. I made the max vertical movement 0 but it still doesn't work.
     
  5. halley

    halley

    Joined:
    Aug 26, 2013
    Posts:
    2,429
    Do you have a Rigidbody component on your camera? That's not typical, and would explain a camera "falling" on game start.
     
  6. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,711
    Can you show a video of this problem?
    Also an image of your vcam inspector and hierarchy, to help us understand your setup.

    EDIT: nvm, I see your other thread
     
    Last edited: Oct 21, 2021