Search Unity

Question How can I change in Cinemachine the Game Window Guides center to be on the player center ?

Discussion in 'Cinemachine' started by Chocolade, Aug 3, 2020.

  1. Chocolade

    Chocolade

    Joined:
    Jun 19, 2013
    Posts:
    933

    On the game view on the left the yellow small square is on the player foot and the whole rectangle on the bottom is down out the view.

    How can I move up the yellow small square of the Game Window Guides to be on the player center and that the bottom of the Game Window Guides rectangle will be fit in the game view so I can control it change it's size ?



    In this screenshot I'm using paint to add circle/s to explain more what do I mean the yellow small square and what do I mean by fit the size and that is out at the bottom :

    I use blue circle to show the yellow small square I meant and blue rectangle to show the bottom that is getting out the Game view :




    The small yellow square I think and I want to be on the character center body not on his foot.

    And on the bottom I can't drag the Game Window Guides since it's out on the bottom.
     
    Last edited: Aug 3, 2020
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,720
    For now, the best way to do this is to create an empty game object as a child of the player, positioned where you want it, and use that as a target.

    For dragging the guides, if they are offscreen, you can use the inspector:

    upload_2020-8-4_12-44-7.png
     
    Logicalsolid likes this.