Search Unity

How to assign planned actions?

Discussion in 'Scripting' started by TimoFran_2014, Jul 1, 2015.

  1. TimoFran_2014

    TimoFran_2014

    Joined:
    Jul 1, 2015
    Posts:
    2
    Hello everyone,
    I'm creating a Flight Simulatorand I have tocreatea trailer.I would like to know how to make sure that the MainCamera and the aircraft to move as I want,for example by ensuring that the MainCamera revolves around the airpor to show it and mean while the plane take off from the runway.
    For the moment I'musing Transfom.Position and Transform.Rotation,but I'm sure there is an easier and faster method.

    Thanks in advance
     
  2. TonyLi

    TonyLi

    Joined:
    Apr 10, 2012
    Posts:
    12,697
  3. TimoFran_2014

    TimoFran_2014

    Joined:
    Jul 1, 2015
    Posts:
    2
    Thanks very much