Hexasphere Grid System · Quick Start
Follow these steps to add a hexasphere to your Unity scene. No scripting required.
Open Window > Package Manager, locate Hexasphere Grid System in My Assets and click Import. If you downloaded the .unitypackage manually, double-click it and import all files.
From the top menu, select GameObject > 3D Object > Hexasphere. A new hexasphere will appear in the scene with default settings.
Tip: You can also drag the Hexasphere prefab from the Hexasphere/Resources/Prefabs folder into your scene.
Select the Hexasphere GameObject and explore the Inspector. Try these beginner-friendly tweaks:
Press Play and interact with the hexasphere in the Game view. Hover over tiles to see highlighting, click to select, and drag to rotate.
Open any scene under Hexasphere/Demo/ to see pre-configured examples including extrusion, path finding, texturing, and territory management. Each demo has an attached script you can study for API usage.
Now that you have a hexasphere running, explore the Settings reference for a complete breakdown of all Inspector parameters, or jump to the Scripting guide to control the grid from C# code.
Help us improve this documentation page.