Search Unity

Camera progresses through a level after answering a question.

Discussion in 'Scripting' started by Calmax, Sep 25, 2019.

  1. Calmax

    Calmax

    Joined:
    Aug 8, 2017
    Posts:
    26
    Hi all,

    I have an idea for my university educational game project which is based on the Berlin Wall. It will be a quiz game.

    The main goal is to answer 15 questions and if the player answers all of them correctly, they bring down or climb over the wall as the camera will animate over it.

    The game begins with the camera in a location away from the wall and as questions are answered, the camera will move to another point n the level (as if it was a person walking to a different location) and get closer to the wall.

    Any tips on how to research or approach this would be most helpful.:)

    Apologies in advance if I have posted on the wrong area of the forums!

    Thanks!
     
  2. WarmedxMints

    WarmedxMints

    Joined:
    Feb 6, 2017
    Posts:
    1,035
    Create a series of waypoints and move the camera to the next one each time a question is answered correctly. If it reaches the end, do the wall animation.
     
    Calmax likes this.