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.hub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NatML Hub
NatML Graph API for Unity Engine.
Installing Hub
Add the following items to your Unity project's Packages/manifest.json
:
{
"scopedRegistries": [
{
"name": "NatML",
"url": "https://registry.npmjs.com",
"scopes": ["ai.natml"]
}
],
"dependencies": {
"ai.natml.hub": "1.0.16"
}
}
Requirements
- Unity 2021.2+
Resources
- Join the NatML community on Discord.
- See the NatML documentation.
- See more NatML projects on GitHub.
- Read the NatML blog.
- Contact us at hi@natml.ai.
Thank you very much!