# Unity

- [Installation](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/installation.md): User eXperience asset from Heathen Engineering;
- [Learning](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning.md): Explore the features and services of Heathen's UX
- [Sample Scenes](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes.md)
- [Command Parser Example](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/command-parser-example.md)
- [Cursor System Scene](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/cursor-system-scene.md)
- [Drag and Drop (Behaviours)](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/drag-and-drop-behaviours.md)
- [Drag and Drop (Inventory Example)](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/drag-and-drop-inventory-example.md)
- [Drag and Drop (Spell Bar Example)](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/drag-and-drop-spell-bar-example.md)
- [Log Sample Scene](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/log-sample-scene.md)
- [Screenshot Sample Scene](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/sample-scenes/screenshot-sample-scene.md)
- [Core Concepts](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts.md)
- [Command System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/command-system.md): Parse commannds from players and invoke corresponding GameEvents to drive emotes, help systems and macro systems and more.
- [Cursor System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/cursor-tools.md): Create smooth, responsive context sensitive and animated cursors for your game.
- [Drag and Drop System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/drag-and-drop-system.md): Easy to use, drag and drop system for Unity 3D
- [Interaction Tools](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/interaction-tools.md): Tools to help your game be more responsive
- [Logging & Feedback](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/feedback-tools.md): Get player feedback with rich game data to help improve your game.
- [Scene Tools](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/scenes-management.md): Explore the features and capabilities of User eXperience's Scenes system including multiscene management, batch load and unload and much more.
- [Selection System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/selection-system.md): Getting to know the Heathen selection system
- [Tooltip System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/tooltips.md): Simple, roust flexable tooltips capable of so much more than simply showing and hiding panels.
- [Window System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/window-tools.md): Easily manage in game windows, panels and dialogs.
- [uGUI Extras](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/ugui-extras.md): A collection of Unity GUI based UX extras from Heathen Engineering.
- [Key Collection](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/ugui-extras/key-collection.md): Documentation for the asset formerly known as On Screen Keyboard. Create virtual keyboards, in world pin pads, alien computer consoles and so much more.
- [Ligature Tools](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/ugui-extras/ligature-tools.md): Define character combinations and the result character enabling Key Collection inputs for Korean, Japanese and other ligature based character sets as well as common use extended characters.
- [Tree View Collection](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/ugui-extras/tree-view.md): Simple GameObject driven tree view control for uGUI
- [API](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api.md): Getting to know the UX API
- [Cursors](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/cursors.md): Easy to use and efficent animated and context sinsative pointers
- [Json](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/json.md): Sometimes you just need a little more
- [Log](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/log.md): Better recording for all your log needs
- [Scenes](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/scenes.md): Advanced scene management made easy
- [Screenshot](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/screenshot.md): A picture is worth a thousand words and about 500 lines of code ... this lets you do it in 1
- [Selection](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/selection.md): Flexable, searchable multi-select system
- [Trello](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/trello.md): Read and write Trello cards
- [Windows](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/api/windows.md): Simple, flexable window controls in Unity
- [Components](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components.md)
- [Action Hold](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/action-hold.md): Push and hold to do a thing 💡
- [Border Handle](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/border-handle.md): Get a handle on window size
- [Button Cursor State](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/button-cursor-state.md)
- [Change Cursor Default State](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/change-cursor-default-state.md)
- [Command Director](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/command-director.md)
- [Cursor Animator](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/cursor-animator.md)
- [Drag Item](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/drag-item.md)
- [Drop Container](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/drop-container.md)
- [Key Hold](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/key-hold.md)
- [Mouse Over Cursor State](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/mouse-over-cursor-state.md)
- [Move Handle](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/move-handle.md): Get a move on
- [Play On Click](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-click.md): 👉Boop!
- [Play On Demand](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-demand.md): Boop on demand!
- [Play On Down](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-down.md): 👇Boop!
- [Play On Enter](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-enter.md): 🚪Boop!
- [Play On Exit](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-exit.md)
- [Play On Up](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/play-on-up.md)
- [Pointer Hold](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/pointer-hold.md)
- [Scenes Manager](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/scenes-manager.md)
- [Selectable Object](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/selectable-object.md): 🔎Searchable multi selection system
- [Selection Manager](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/selection-manager.md)
- [Tooltip Trigger](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/tooltip-trigger.md)
- [Tooltip Window Controller](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/tooltip-window-controller.md)
- [Window](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/window.md): Simple flexable in game windows
- [Window Clamping Bounds](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/window-clamping-bounds.md)
- [Window Focus Change Event Data](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/window-focus-change-event-data.md)
- [Objects](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects.md)
- [Command Data](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/command-data.md)
- [Command Library](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/command-library.md)
- [Cursor Animation](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/cursor-animation.md)
- [Cursor State](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/cursor-state.md)
- [DragAndDropItemChangeData](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/draganddropitemchangedata.md)
- [LogData](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/objects/logdata.md): Advanced logging features made easy
- [Enums](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums.md)
- [Clear Drop Behaviour](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/clear-drop-behaviour.md)
- [Drag Effect](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/drag-effect.md)
- [Drag End Behaviours](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/drag-end-behaviours.md)
- [Grab Handle](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/grab-handle.md)
- [Mask Mode](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/mask-mode.md)
- [Recieve Mode](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/recieve-mode.md)
- [Window Snap To Location](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/enums/window-snap-to-location.md)


---

# Agent Instructions: 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/toolkit-for-ui-and-ux/unity.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.
