Search Unity

Camera Target Dummy

Discussion in 'Wish List' started by marty, May 18, 2005.

  1. marty

    marty

    Joined:
    Apr 27, 2005
    Posts:
    1,170
    Aiming the camera in the viewport might be a bit easier if it had a target dummy, like the one that the "Target Camera" in 3dsmax has. That way, I would use the transform and rotate gizmos to put the dummy where I want the camera aimed.
     
  2. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    I will look into this one.

    Small hint:
    Pressing f (frame selected) often helps a lot with navigation. It targets the camera on the current selection.
     
  3. NicholasFrancis

    NicholasFrancis

    Joined:
    Apr 8, 2005
    Posts:
    1,587
    Do you mean the ingame camera, or the scene view camera?
     
  4. marty

    marty

    Joined:
    Apr 27, 2005
    Posts:
    1,170
    The ingame camera.

    Having a little doo-hikey in the scene that I can grab and move around to point the camera is often the easiest way to manipulate the camera in 3dsmax/Maya, and I'm thinking it would be a nice addition to the Unity interface as well.
     
  5. DaveyJJ

    DaveyJJ

    Joined:
    Mar 24, 2005
    Posts:
    1,558
    Agreed.
     
  6. arton

    arton

    Joined:
    Jun 11, 2005
    Posts:
    38
    I'll third that!
    That's how I do almost all of my camera movement in Cinema 4D.
     
  7. NicholasFrancis

    NicholasFrancis

    Joined:
    Apr 8, 2005
    Posts:
    1,587
    The thing is:

    How does this work when you animate stufff. The camera's rotation is no different than any other GameObject's... I don't want to add targetting to all game objects...

    Any ideas?
     
  8. marty

    marty

    Joined:
    Apr 27, 2005
    Posts:
    1,170
    The "aiming" gizmo would definitely be good for cameras and lights in the authoring environment. These are items that you tend to want to aim at precise points while composing your scene, unlike geometry.

    At run-time, the gizmos wouldn't be as big a help since we would tend to aim cameras, lights, geometry, etc. with "lookAt" scripting then.