Use the offline documentation
The online Grid Toolkit 1.0 handbook is the primary documentation. The release also provides these synchronized offline copies:
- package-local
GridToolkit-Documentation-1.0.0_source.zip; - external
GridToolkit-Documentation-1.0.0.zip.
Open an offline copy
- Copy the ZIP to a folder outside the Unity project's
Assetsdirectory. Always do this before extracting the package-local copy. - Extract the ZIP.
- Serve the extracted
GridToolkit-Documentation-1.0.0folder with a local HTTP server. - Open the server address in a browser.
For example:
python -m http.server 8080 --directory GridToolkit-Documentation-1.0.0
Then open http://127.0.0.1:8080/.
A local server keeps search and navigation working consistently. The site itself does not require an internet connection.
What you should see
Home, Get Started, Concepts, How-to Guides, Samples & Demos, Extending Grid Toolkit, API Reference,
and Help and Policies appear in navigation. Searching for first board returns
Create your first board.
Troubleshooting
| Symptom | Check |
|---|---|
| Search is unavailable | Serve the folder over HTTP instead of opening index.html directly. |
| Pages return 404 | Serve the extracted documentation folder, not its parent. |
| Unity imports HTML or JavaScript | Move the extracted files outside Assets and remove the imported copy. |
| Images or API pages are missing | Re-extract the complete ZIP without changing its directory structure. |