# Unity

## Unity

- [NatML for Unity](https://docs.natml.ai/unity/master.md): High Performance Cross-Platform Machine Learning
- [Getting Started](https://docs.natml.ai/unity/prelims/getting-started.md): Quick Primer
- [Requirements](https://docs.natml.ai/unity/prelims/requirements.md): Write Once, Deploy Everywhere
- [Core Concepts](https://docs.natml.ai/unity/workflows/concepts.md): All You Need to Know
- [Fetching Models](https://docs.natml.ai/unity/workflows/models.md): Where it All Begins
- [Using Predictors](https://docs.natml.ai/unity/workflows/vision.md): In Three Simple Steps
- [Creating Predictors](https://docs.natml.ai/unity/authoring/edge.md): ML Where your Users Are
- [Distributing Predictors](https://docs.natml.ai/unity/authoring/distribute.md): Sharing with the World
- [IMLPredictor](https://docs.natml.ai/unity/api/imlpredictor.md): interface NatML.IMLPredictor\<TOutput> : IDisposable
- [MLModel](https://docs.natml.ai/unity/api/mlmodel.md): abstract class NatML.MLModel : IDisposable
- [MLEdgeModel](https://docs.natml.ai/unity/api/mlmodel/mledgemodel.md): class NatML.MLEdgeModel : MLModel
- [Configuration](https://docs.natml.ai/unity/api/mlmodel/mledgemodel/configuration.md): class MLEdgeModel.Configuration
- [MLCloudModel](https://docs.natml.ai/unity/api/mlmodel/mlcloudmodel.md): class NatML.MLCloudModel : MLModel
- [MLFeature](https://docs.natml.ai/unity/api/mlfeature.md): abstract class NatML.MLFeature
- [MLArrayFeature](https://docs.natml.ai/unity/api/mlfeature/mlarrayfeature.md): class NatML.Features.MLArrayFeature\<T> : MLFeature, IMLEdgeFeature, IMLCloudFeature
- [MLImageFeature](https://docs.natml.ai/unity/api/mlfeature/mlimagefeature.md): class NatML.Features.MLImageFeature : MLFeature, IMLEdgeFeature, IMLCloudFeature
- [MLStringFeature](https://docs.natml.ai/unity/api/mlfeature/mltextfeature.md): class NatML.Features.MLStringFeature : MLFeature, IMLCloudFeature
- [MLAudioFeature](https://docs.natml.ai/unity/api/mlfeature/mlaudiofeature.md): class NatML.Features.MLAudioFeature : MLFeature, IMLEdgeFeature, IEnumerable<(MLAudioFeature feature, long timestamp)>
- [MLVideoFeature](https://docs.natml.ai/unity/api/mlfeature/mlvideofeature.md): class NatML.Features.MLVideoFeature : MLFeature, IMLCloudFeature, IEnumerable<(MLImageFeature feature, long timestamp)>
- [MLDepthFeature](https://docs.natml.ai/unity/api/mlfeature/mldepthfeature.md): abstract class NatML.Features.MLDepthFeature : MLFeature
- [MLXRCpuDepthFeature](https://docs.natml.ai/unity/api/mlfeature/mlxrcpudepthfeature.md): class MLXRCpuDepthFeature : MLDepthFeature
- [MLFeatureType](https://docs.natml.ai/unity/api/mlfeaturetype.md): abstract class NatML.MLFeatureType
- [MLArrayType](https://docs.natml.ai/unity/api/mlfeaturetype/mlarraytype.md): class NatML.Types.MLArrayType : MLFeatureType
- [MLAudioType](https://docs.natml.ai/unity/api/mlfeaturetype/mlaudiotype.md): class NatML.Types.MLAudioType : MLArrayType
- [MLImageType](https://docs.natml.ai/unity/api/mlfeaturetype/mlimagetype.md): class NatML.Types.MLImageType : MLArrayType
- [MLVideoType](https://docs.natml.ai/unity/api/mlfeaturetype/mlvideotype.md): class NatML.Types.MLVideoType : MLImageType
- [MLStringType](https://docs.natml.ai/unity/api/mlfeaturetype/mlstringtype.md): class NatML.Types.MLStringType : MLFeatureType
- [MLPredictorExtensions](https://docs.natml.ai/unity/api/mlpredictorextensions.md): class NatML.MLPredictorExtensions
- [Media Devices](https://docs.natml.ai/unity/integrations/media-devices.md)
- [Augmented Reality](https://docs.natml.ai/unity/integrations/augmented-reality.md): Augmented Reality + Machine Learning = 🥰🥰🥰
- [Video Recording](https://docs.natml.ai/unity/integrations/video-recording.md)
- [Changelog](https://docs.natml.ai/unity/insiders/changelog.md): Tracking Changes
- [Open Source](https://docs.natml.ai/unity/insiders/oss.md): Credit Where Credit is Due


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.natml.ai/unity/master.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.
