how to world hop between maps?

Hi all. Ive got the basics down for map design in blender and ive got two questions: 1.is it possible to create a warp station script so that i can warp to different planets (parts of the map) in my game? And 2. Should i just make one giant map and sub divide it with mountains and call those sections planets or just make seperate maps. How would this be fps wise?

1 Its possible

2 Try it out, if you have problems make a new question

3 Impossible to say

What is Unity Answers?

Unity Answers is a place for asking questions and finding answers - all about Unity! Unity Answers co-exist with the Unity Forums, but they have different functions:

Unity Answers is a place for questions that can be answered! Avoid asking questions here that are subjective, argumentative, or require extended discussion.
Unity Forums is a place for discussions, opinions, showing off your work, getting feedback, and general community chatter.
One problem with the Unity Forums was that old threads tended to get buried, so users ended up asking the same questions over and over again. We hope that Unity Answers can function as a more efficient place for that kind of question and answer exchange, while the Unity Forums is still great for all the rest!

You can change your position to anywhere you want by setting transform,position

I’d recommend creating a “target” object you can place on the map to indicate destinations and then you can read its position and copy it into the player position in your run time script.

You can also load a new level with Application.LoadLevel