Questions tagged [minimap]
A minimap is a small representation of a game map that is typically displayed as part of the main user interface.
16 questions
0
votes
0
answers
20
views
Adjusting Minimap Camera Viewport Indicator to Account for Occlusion of Camera by UI
I am working on a 2D RTS game in Unity. One thing I want to represent is a minimap indicator that shows the camera's viewport. I got it working, but it doesn't reflect how the camera is occluded by ...
0
votes
1
answer
274
views
circular camera, simplest way?
i have a minimap, inside a viewport inside a viewport container, everything folows the player, the player is at the center, the camera doesn't rotate with the player it rotates with the mouse, so ...
1
vote
1
answer
64
views
Minimap doesn't see the terrain
The minimap does follow the player movement and does everything a minimap should be able to do... except it doesn't see the land...only the sea even tho land and sea are on the same maks level
Camera ...
0
votes
1
answer
681
views
Making a 2D Grid Map UI in Unity
I am trying to make a simple 2D square grid for a map UI. The game itself is also 2D and the player can only make discrete movements between the square, but the player view is first person (you see a ...
0
votes
1
answer
283
views
Mapping world objects and camera to a sonar/radar/minimap
I have a Doom-like FPS game in Unity, with 3D objects laid out across the map in essentially 2D coordinates. The game scene is 3D with the usual setup where the camera is showing what the player sees.
...
1
vote
1
answer
95
views
Rotating an Icon On MiniMap
I'm creating a minimap for my game. There is a mission where the player has to escort an NPC to an area. The minimap shows the player, the NPC and the location. The NPC icon sends an arrow from it's ...
0
votes
1
answer
1k
views
Text Mesh Pro edges are not smooth when viewed by orthographic camera
I have a minimap camera (orthographic camera) which is rendering text mesh pro but the problem is the text edges are not smooth. Here is the screenshot:
[
The camera orthographic rendering on render ...
0
votes
1
answer
155
views
Minimap Render texture Mouse Hover Detect on 3d Object in world space
I have a resizeable minimap which is based on render texture. A camera rendering 3d space on Render Texture and then I used the texture as minimap. Now, I have a specific requirement to identify mouse ...
1
vote
1
answer
2k
views
How to show game screen in one viewport and minimap in another, with different sprites on each?
All tutorials I've found about this link to the splitscreen demo, but it is made under Godot version 2 and does not work in version 3.
I want to render the world in the main viewport and its ...
0
votes
1
answer
296
views
Show Camera field of view in minimap but without y axis rotation
Here is the function to draw a triangle that represents the camera field of view in a minimap. The problem with this code snippet is that when I rotate up and down (Change the pitch of camera) the ...
0
votes
1
answer
99
views
How to create a over world map with multiple sub maps
my game's idea is to use a open world map consisting of say 4096x4096 size, and multiple grids of 64x64 size. When I click on any grid, the map zooms in to show that grid(either creating in from ...
1
vote
0
answers
268
views
How to make a sprite above my character appear on the minimap attached to the floor?
I have a project where I made 2 minimaps.
One of minimaps is linked to the character of my project and the other to the floor:
As I already said in the title of the question, my character has a ...
1
vote
0
answers
84
views
XNA - How to scale sizes and speeds for a minimap?
I'm recreating the arcade game StarGate, and I need to create a minimap. But I'm having problems scaling the minimap textures to fit in the radar box, and ontop of that, making sure the speed of the ...
-1
votes
1
answer
181
views
How to smooth viewport panning when using minimap (in typical RTS)?
Let's take typical modern RTS game which features a large map (say 256x256 tiles). There's also a minimap in the GUI, typically up to 256x256 pixels in size. (Let's take these numbers for upcoming ...
4
votes
1
answer
2k
views
Convert Minimap render texture to 3d space position
I am using Render Texture to make a Mini Map it is working fine. Now I want world space position from render texture click point.
Is there any way available that I get the world space position from ...