Help|Mini map

Hellow everybody,
I need help.
I want to make a map,
I mean, A Mini-Map.
But all i found is just tutorial’s for how to make a radar…
But i need a tutorial to cearte minimap like gta iv\gta sa.
TNX for the helping.

If you haven’t already, search the forums (and maybe Unity Answers) for ‘minimap’, as this is discussed frequently. If you did already and didn’t find what you were looking for, I’d recommend taking another look; you might have to spend some time digging through previous threads on the topic, but I’d be surprised if you couldn’t find some good references.

If that doesn’t help, then maybe post back with a more specific question.

Lastowl,
I doesn’t know where put the script…
how can i use it?
Edit:
When i play the game,
the mini map whows on all the screen…
And not like relly mini map that need to be on the lft down side…

Be sure to read the whole tutorial, including the part about the normalized viewport rect.

when i go to Lastowl’s link i get this:

It works here (Safari).

im using internet explorer … maybe thats why?

Works fine here with IE 8, Windows XP. Not sure why you’re getting an error…

k… now i just tried it and it works …wiired

Oh okay, I read it,
But how i change the width or the height and X and Y???
Edit:
Okay,
After i change the width or the height and the X and Y,
I have new problem…
I doesnt see anything without the little minimap…
Why?

The question seems unclear to me (I’d suggest describing the problem in more detail if you can).

I mean,
That when i start the game,
I see just the little box that show me the mini map…
but i can’t to see the game (To play)…
I see just Gray Collor… (and the mini map)…
Why it’s like that?

Probably because you don’t have things set up correctly.

If you make the ‘minimap’ camera game object inactive, then does the other camera work?

no.

That would imply that there’s something wrong with how the other camera is set up that’s unrelated to the minimap camera. So, I’d recommend leaving the minimap camera deactivated and trying to figure out what’s wrong with the main camera. (Things you could check would include layers and culling flags, near and far plane distances, camera position and orientation, etc.)

So…
If i have a two (2) camera’s.
the first camera, His Depth is 1.
The last camera, His Depth is 0.
I put the script on camera number one (1)(With Depth 1).
It’s okay?