Presentation

Hey, I’m planning to include Unity in a presentation for University. I’ve built a model that depicts the reconstruction of an Ancient Roman house and I want that I can press a button/click and the camera moves in a smooth way to a predefined position and shows a certain room of that house and text/photos appear (and disappear again as I move to the next “slide”).
Is there a simple way to achieve that kind of stuff?

Later on I’m probably gonna ask a couple more questions related to this project of mine.

You could use Itween (free) or Animator-The-Ultimate-Timeline-Cutscene-Editor-for-Unity (Now free and open-source!) or you can use the animation system of unity to make a camera flight.

Thank you very much, I’ll look into that. :slight_smile: