unity5 - How do I keep objects on same level on minimap? -


this minimap tutorial i'm using minimap:

minimap tutorial

i have minimap working link teaches. there problem though. in game, enemies spawn on different heights. want see them on minimap in 1 level (like other games height doesn't matter , shows objects same size on minimap). right now, higher height objects shown closer , bigger minimap camera, while lower height objects shown further , smaller minimap camera.

is there way this? (as in, same size on minimap regardless of heights)

thank in advance.

just realized can re-sizing enemy/playersphere.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -