Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This addon lets you quickly add a fully functional minimap to your 2D game.Just drop the MiniMap node into your scene, assign a target (like your player), and you're good to go.It also includes editor support, so you can position and configure your minimap without constantly running the game.
🗺️ MiniMap Addon (Godot 4)
A simple and flexible minimap system for Godot 4 using SubViewport.
Supports live editor preview, customizable visuals, and easy integration into any 2D project.
✨ Features
- 📷 Real-time minimap using
SubViewport+Camera2D - 🧭 Tracks a target node (player, enemy, etc.)
- 🎯 Customizable player marker (texture + scale)
- 🖼️ Optional frame (
NinePatchRectsupport) - 📏 Adjustable minimap size & zoom
- 🎨 Custom border color
- 👁️ Toggle visibility of specific render layers
- 🛠️ Editor-friendly (
@toolsupport with live updates)
🚀 Usage
1. Add the MiniMap Node
Add a MiniMap node to your scene:
frame_image use a NinePatchRect
🛠️ Editor Preview
This addon uses @tool, so it runs in the editor:
- Property changes update visually
- Layout can be adjusted without running the game
- Automatically redraws in editor mode
⚠️ Note: The actual world may not fully render in the editor due to Godot limitations. It works correctly at runtime.
This addon lets you quickly add a fully functional minimap to your 2D game.
Just drop the MiniMap node into your scene, assign a target (like your player), and you're good to go.
It also includes editor support, so you can position and configure your minimap without constantly running the game.
Reviews
Quick Information
This addon lets you quickly add a fully functional minimap to your 2D game.Just drop the MiniMap node into your scene, assign a target (like your player), and you're good to go.It also includes editor support, so you can position and configure your minimap without constantly running the game.