# 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
