natmlx / natml-arfoundation

NatML integration library for Unity ARFoundation.

Home Page:https://docs.natml.ai/natml

Repository from Github https://github.comnatmlx/natml-arfoundationRepository from Github https://github.comnatmlx/natml-arfoundation

NatML for ARFoundation

NatML

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

Resources

Thank you very much!

About

NatML integration library for Unity ARFoundation.

https://docs.natml.ai/natml

License:Apache License 2.0


Languages

Language:C# 100.0%