An open API service indexing awesome lists of open source software.

https://github.com/natmlx/natml-arfoundation

NatML integration library for Unity ARFoundation.
https://github.com/natmlx/natml-arfoundation

augmented-reality deep-learning machine-learning natml unity

Last synced: 5 days ago
JSON representation

NatML integration library for Unity ARFoundation.

Awesome Lists containing this project

README

          

# NatML for ARFoundation

![NatML](https://raw.githubusercontent.com/natmlx/.github/main/natml.png)

NatML integration library for Unity ARFoundation.

## Installing NatML ARFoundation
Add the following items to your Unity project's `Packages/manifest.json`:
```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+](https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@5.0/manual/index.html)

## Resources
- Join the [NatML community on Discord](https://natml.ai/community).
- See the [NatML documentation](https://docs.natml.ai/natml).
- See more [NatML projects on GitHub](https://github.com/natmlx).
- Contact us at [hi@natml.ai](mailto:hi@natml.ai).

Thank you very much!