- Home /
MiniMap with player and object icons
I am trying to create a minimap which will show the location of the player and the items that they have to collect on the map. Currently I have a second camera which is aimed down at the entire island. This is what it looks like:
I want it so that a dot appears for the player on this map, and also the items placed around it. Also, when the player moves, the player dot should also move within the minimap.
Answer by Bunnybomb7670 · Feb 23, 2014 at 02:43 PM
You could possibly have a sphere object above the player ( attached to it ) which is on a different layer, then only make the layer render for the above camera.
Your answer
Follow this Question
Related Questions
Third-Person Camera keeps intersecting with terrain/buildings 2 Answers
How to align an object's rotation to another GameObject's rotation (without parenting the Objects) 1 Answer
A node in a childnode? 1 Answer
how to position 3rd person camera in unity? 0 Answers
GameObjects appear different on device than on Unity3d Player 2 Answers