I have been working my way through the Lerpz tutorial on Unity3D 3.5. I am now at the part where I am supposed to add lasers to the tunnel at the very far end of the map. I want to check if I positioned the laser correctly. But to do that, I would have to start the game, run to the tunnels and see the lasers in action. This is very time consuming as the starting point for the player is several hundred meters and there are several tricky jumps that I need to go through just to get across the platforms between the gardens and the tunnels.
Is there a faster way to preview specific portions of a level during development? Or am I stuck with having to playtest through the level just to preview how things are at the very far end of the level?