Search Unity

Unity Crash Course: CM vcam1 Game view not same as Scene View

Discussion in 'Cinemachine' started by joerw31, May 3, 2022.

  1. joerw31

    joerw31

    Joined:
    Apr 15, 2022
    Posts:
    2
    I'm working on Unity's programming certification training, and the VR 'Crash' project seems to be outdated with current version of Unity (Version 2020.3.33f1 Personal). I fixed some scripting issues already, but I cannot get the Game view to match my scene view using Cinemachine. I select the GameObject and Align with View, however it does not align distance perspective, only camera angle and X/Y position. I am new and very frustrated, please help!
     

    Attached Files:

  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,724
    It's because your Main Camera is Orthographic. Change it to Perspective.
     
  3. joerw31

    joerw31

    Joined:
    Apr 15, 2022
    Posts:
    2
    That was it, thanks so much!!
     
    Gregoryl likes this.