Lost Lily/Grid ToolkitDocs 1.0
Table of Contents

Get Started

Start from a blank Unity project and follow one continuous beginner path. It creates the board in Unity, shows it in the Scene view, and makes one visible gameplay change.

Beginner path

This is the recommended way to learn Grid Toolkit. You create the board with Unity assets, and a scene component keeps its live data available while the scene runs. Grid Toolkit calls this authoring.

  1. Install Grid Toolkit and confirm the project compiles.
  2. Create your first board in Unity.
  3. Place your first structure against that live board.
  4. Understand your board before moving into the full runtime model.

By the end, you will have a 64-cell board, one placed structure, and a Scene view that updates when the board changes. The last step explains how the board's live data and its scene visuals stay in sync. Use the glossary whenever a Grid Toolkit term is new.

After the four steps, you can optionally explore Samples & Demos to practise the same ideas in ready-made scenes.

Supporting references

These pages answer setup and maintenance questions. They are not extra steps in the beginner path.