# Cortex Unity Plugin

## Cortex Unity Plugin

- [Getting Started](https://bonspiel-games.gitbook.io/cortex-unity-plugin/getting-started.md)
- [Virtual Devices](https://bonspiel-games.gitbook.io/cortex-unity-plugin/getting-started/virtual-devices.md)
- [Common Issues](https://bonspiel-games.gitbook.io/cortex-unity-plugin/getting-started/common-issues.md)
- [Overview of the Cortex API flow](https://bonspiel-games.gitbook.io/cortex-unity-plugin/overview-of-the-cortex-api-flow.md)
- [Design Principles](https://bonspiel-games.gitbook.io/cortex-unity-plugin/design-principles.md): A few things to keep in mind when making video games using the plugin
- [Cortex](https://bonspiel-games.gitbook.io/cortex-unity-plugin/cortex.md): Detail on the Cortex class, which is the base hub for all plugin functionality
- [Methods](https://bonspiel-games.gitbook.io/cortex-unity-plugin/cortex/methods.md): List of methods available in the base Cortex class
- [Data Subscription](https://bonspiel-games.gitbook.io/cortex-unity-plugin/cortex/data-subscription.md): List of methods related to data stream subscription available in the base Cortex class
- [Events](https://bonspiel-games.gitbook.io/cortex-unity-plugin/cortex/events.md): List of events available in the base Cortex class
- [Training](https://bonspiel-games.gitbook.io/cortex-unity-plugin/training.md): Detail on the Training Handler class, which provides events and methods to enable mental command training
- [Core Training Methods](https://bonspiel-games.gitbook.io/cortex-unity-plugin/training/core-training-methods.md): List of primary training methods available in the Training Handler class
- [Other Methods](https://bonspiel-games.gitbook.io/cortex-unity-plugin/training/other-methods.md): List of secondary methods in the Training Handler class
- [System Events](https://bonspiel-games.gitbook.io/cortex-unity-plugin/training/system-events.md): List of events available in the Training Handler class as a wrapper of system events from the Cortex API, these events are the backbone of the training process
- [Other Events](https://bonspiel-games.gitbook.io/cortex-unity-plugin/training/other-events.md): List of all non system events available in the Training Handler class
- [Profiles](https://bonspiel-games.gitbook.io/cortex-unity-plugin/profiles.md): Detail on the Profile Manager class, which provides events and methods to enable profile management
- [Methods](https://bonspiel-games.gitbook.io/cortex-unity-plugin/profiles/methods.md): List of methods available in the Profile Manager class
- [Events](https://bonspiel-games.gitbook.io/cortex-unity-plugin/profiles/events.md)
