Skip to main content

Advanced Tutorial

In this Tutorial we will continue with the project that we started in the Beginner Tutorial, and that we improved in the Intermediate Tutorial. If you haven't done it, please have a look at it.

1. First, let's set the Initial Camera Rotation for all our Scenes until they suit our needs. Go on to step 2 when ready.

2. As you know, we have 2 hotspots in LivingRoom1, this means we can "land" in LivingRoom1 from two different scenes: Terrace and LivingRoom2. What if we want to have different Initial Camera Rotation depending on which room we are coming from? Fortunately, we can do that with the Navigation Camera Rotation. Let's open the Inspector and add to new elements in the Navigation Camera Rotation

Screenshot 2023-10-05 at 13.36.52.png

3. I'm going to define different rotations depending on which Scene we are coming from. Actually is not necessary to define a specific orientation when is the same as the Initial Camera Rotation but I've done it here for the sake of understandability.

Screenshot 2023-10-05 at 13.39.31.png

4. This is the initial view when I land in LivingRoom1 from the Terrace

Screenshot 2023-10-05 at 13.41.50.png

5. And this is the initial view when I land in LivingRoom1 from the LivingRoom2

Screenshot 2023-10-05 at 13.42.26.png

6. Maybe you don't think is very useful in this case, and I can give you that, but I think it can be useful for example if you are walking across a Hallway with many hotspots all the way. You might want to keep the navigation direction to offer a better experience to the viewer.