Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ai.natml.natml.arfoundation

natmlx634Apache-2.01.0.3

Unity ARFoundation support library for NatML.

natml, machine learning, ml, aritificial intelligence, ai, computer vision, opencv, android, ios, macos, windows, coreml, nnapi, directml, tensorflow, pytorch, torch, natdevice, natcorder

readme

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!

changelog

1.0.3

  • Upgraded to NatML 1.1.15.

1.0.2

  • Refactoted MLXRCpuDepthFeature.ViewportToWorldPoint method to Unproject.
  • Upgraded to NatML 1.1.5.

1.0.1

  • Upgraded to NatML 1.1.0.

1.0.0

  • First release.