NatML integration library for Unity 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"
}
}
- Unity 2022.3+
- ARFoundation 5+
- Join the NatML community on Discord.
- See the NatML documentation.
- See more NatML projects on GitHub.
- Contact us at [email protected].
Thank you very much!