Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ai.natml.natml.arfoundation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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!