ai.natml.natml.arfoundation
v1.0.3
Published
Unity ARFoundation support library for NatML.
Downloads
1,084
Maintainers
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 [email protected].
Thank you very much!