
HexWorldMap
Detailed hexagonal world map representing 170 countries and nine diverse biomes.
- Category:
- 2D
- Developer:
- Cavelords
- Price:
- $6
- Rating:
- Favorites:
- 3
- Download Size:
- 10.90 MB
- Current Version:
- 1.0
- Original Release:
- Dec 3, 2024
- Last Update:
- Dec 3, 2024
- Supported Unity Version:
- 2021.3.10 or higher
- Description:
This Unity package features a detailed hexagonal world map representing 170 countries. The map includes 9 diverse biomes, such as forests, deserts, tundras, taigas, mountains, grasslands, jungles, savannas, and arctic regions. Additionally, the package comes with a dynamic border generation procedure based on tile country. The package is an ideal tool for developers creating strategy and simulation games.
- Technical Details:
Hex World Map based on Unity 2D Tilemap Pack.
The entire map is stored in an easy-to-read text asset:
Assets/HexWorldMap/world.txt
and can be seamlessly integrated into any project or game.File Structure:
cellPosX; cellPosY; color; biomeID; mountain (1 - low, 2 - high); countryName; countryCapitalName
Package Includes:
- Demo Scene:
Assets/HexWorldMap/Scenes/DemoScene - Main Scripts:
WorldMapLoader class – loads the map into a grid structure.
Borders class – generates borders based on hex country data. - Scriptable Objects for Biomes:
Assets/HexWorldMap/Scenes/Biomes - Biome Images:
Assets/HexWorldMap/Scenes/Biomes/BiomesPictures (12 AI-generated graphics) - Other:
Assets/HexWorldMap/Scripts/CameraMove - for camera zoom/pan in Demo
Compatibility:
Uses the Unity 2D Tilemap Pack.
No additional or version-specific features are required.
Tested with:
Unity 2022.3.46 (LTS)
Unity 2018.4.16 (LTS)Note:
Coding experience is required to use/expand this package properly.
This package primarily consists of world data (stored in a text asset file) for a hex map, along with demo content. It is not intended for users without programming knowledge and is not a standalone project.- Demo Scene:
continue »