Quick Start
beginner quick startWorld Map Strategy Kit · Quick Start
Goal: Get a working world map in your Unity scene in under 5 minutes.
Step 1 — Import the Asset
- Create a new Unity project (or open an existing one) with Unity 2022.3 LTS or later.
- Import World Map Strategy Kit from the Package Manager or your downloaded
.unitypackage. - If using URP, run Edit > Rendering Pipeline > Universal Rendering Pipeline > Upgrade Project Materials to convert demo materials.
Step 2 — Add the Map to Your Scene
- Open or create an empty scene.
- Go to GameObject > 3D Object > World Map Strategy Kit Map.
- Press Play — you should see an interactive 2D world map with country highlighting.
Step 3 — Add the 3D Viewport (Optional)
If you want a 3D surface with heightmap, fog of war, and cloud layers:
- Go to GameObject > 3D Object > World Map Strategy Kit Viewport.
- In the WMSK inspector, set Render Viewport to reference the new viewport object.
- Press Play — the map now renders on a 3D surface with terrain features.
Step 4 — Explore the Demo Scenes
The best way to learn WMSK is to run the included demo scenes in order:
- Open the
Demosfolder inside the WMSK package. - Start with Demo Scene #1 and work through them sequentially.
- Each scene has a C# script attached to a
DemoGameObject — read the source to learn the API.
Tip: Demo scenes use the legacy Input System. Set Project Settings > Player > Active Input Handling to Both if you are using the New Input System.
Recommended Learning Path
- Run demo scenes — Get familiar with features hands-on
- Read the docs — Start with Representation Modes to pick your map style
- Decide your game design — Choose between 2D, Viewport, or Terrain mode
- Study matching demos — Focus on the demos closest to your design
- Build your prototype — Use the API Reference for scripting
Was this page helpful?
Suggest an improvement
Help us improve this documentation page.