NatML ARFoundation
Seamlessly integrate NatML machine learning capabilities with Unity's ARFoundation framework. This support library enables developers to leverage computer vision and AI models directly within AR applications, supporting Unity 2022.3+ and ARFoundation 5+.
ai.natml.natml.arfoundation 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/arfoundation.git README Markdown
Copy this to your project's README.md
## Installation
Add **NatML ARFoundation** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/arfoundation.git
```
[](https://www.pkglnk.dev/pkg/arfoundation)Dependencies (3)
README
NatML for ARFoundation

NatML integration library for Unity ARFoundation.
Installing NatML ARFoundation
Add the following items to your Unity project's Packages/manifest.json:
{
"scopedRegistries": [
{
"name": "NatML",
"url": "https://registry.npmjs.com",
"scopes": ["ai.natml", "ai.fxn"]
}
],
"dependencies": {
"ai.natml.natml.arfoundation": "1.0.3"
}
}
Requirements
- Unity 2022.3+
- ARFoundation 5+
Resources
- Join the NatML community on Discord.
- See the NatML documentation.
- See more NatML projects on GitHub.
- Contact us at hi@natml.ai.
Thank you very much!
No comments yet. Be the first!