> For the complete documentation index, see [llms.txt](https://kb.heathen.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy.md).

# Legacy

- [Troubleshooting](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/troubleshooting.md): So you have a problem
- [Getting Started](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/quick-start-guide.md): Getting started with Heathen's Steamworks.
- [GameObject Initialization](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/quick-start-guide/gameobject-initialization.md)
- [ScriptableObject Initialization](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/quick-start-guide/scriptableobject-initialization.md)
- [API Initialization](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/quick-start-guide/api-initialization.md)
- [Build Upload Tool](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/build-upload-tool.md)
- [Debugging Tools](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/debugging-tools.md)
- [Testing](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/debugging-tools/testing.md)
- [Components](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/components.md)
- [Steamworks Behaviour](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/components/steamworks-behaviour.md): The most important part
- [Steamworks Creator](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/components/steamworks-creator.md): When you need it on-demand
- [Steam System Events](https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy/components/steam-system-events.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/old-toolkit-for-steamworks/unity/legacy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
