- Home /
Uncover mini/world map
Hi all!
I like to see if I can get any tips on how to make a mini/world map that the player can uncover after time. Like many games now have (Assassin's Creed and Far Cry is just some I can think of).
So far I have made all these small balls and placed they in front of a top down orthographic camera and made a script to remove those over the player. This worked greate until I made the balls smaller and therefore more balls, but that caused lag (I don't know what I expected).
If anyone knows a great way of doing this pleas tell me.
//Netråm
It's hard to know how you're doing it without seeing any code.
Take a look at this toturial:
It's for fog of war above the main camera view, but is equally applicable to map/$$anonymous$$imap occlusion.
Your answer
Follow this Question
Related Questions
Minimap rotation 1 Answer
Releasing render texture that is set to be RenderTexture.active! (error on android only) 0 Answers
How to create a dynamic map in hand of FPS like Far Cry 2 or Firewatch? 0 Answers
Assigning UV Map to model at runtime 0 Answers
How to make a minimap by pixels without second camera 1 Answer