Hello everyone,
I am looking to put in my game, a minimap similar to the one in this game :
[Minimap][1]
[1]: http://blog.wirebot.com/2013/01/04/3ds-version-of-swords-soldiers-in-the-works/
The minimap is located on the bottom of the screen. Objects and units are represented by indicators and in order to know where you are located on the minimap, the blue rectangle shows the current camera position.
My questions are :
- How hard is to create something like this ?(I’m a newbie in scripting)
- Is it easier to just use a normal minimap? (like the ones created with a second camera)
- How they managed to create the minimap? (everything in the game is related at a smaller scale in the minimap)
- Can anyone pinpoint me to some tutorials / already made scripts ?
Thanks