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.
- Host: GitHub
- URL: https://github.com/natmlx/natml-arfoundation
- Owner: natmlx
- License: apache-2.0
- Created: 2022-07-22T13:01:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T13:37:02.000Z (about 2 years ago)
- Last Synced: 2025-05-05T14:46:43.305Z (5 months ago)
- Topics: augmented-reality, deep-learning, machine-learning, natml, unity
- Language: C#
- Homepage: https://docs.natml.ai/natml
- Size: 346 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.md
Awesome Lists containing this project
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`:
```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!