Socket
Socket
Sign inDemoInstall

ai.natml.hub

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

Runtime/Requests/CreateMediaSession.cs

17

Changelog.md

@@ -0,1 +1,18 @@

## 1.0.13
+ Added `NatMLHub.CreateMediaSession` method for creating media sessions.
+ Added `NatMLHub.CreatePredictorSession` method for creating edge predictor sessions.
+ Added `NatMLHub.CreatePredictionSession` method for creating cloud prediction sessions.
+ Added `NatMLHub.Bundle` property for fetching the current application's NatML bundle identifier.
+ Added `NatMLHub.EditorBundle` proeprty for fetching the current Unity editor's NatML bundle identifier.
+ Added `GraphFormat.FormatForPlatform` method for retrieving the supported graph format for a given platform.
+ Added `Platform.ToNatML` extension method for converting a Unity `RuntimePlatform` to a NatML platform identifier.
+ Fixed rare crash on startup on Android (NatDevice#8).
+ Deprecated `NatMLHub.CreateAppToken` method. Use `NatMLHub.CreateMediaSession` method instead.
+ Deprecated `NatMLHub.CreateSession` method. Use `NatMLHub.CreatePredictorSession` method instead.
+ Deprecated `NatMLHub.FormatForPlatform` method. Use `GraphFormat.FormatForPlatform` method instead.
+ Deprecated `HubSettings.EditorBundle` property. Use `NatMLHub.EditorBundle` property instead.
+ Removed `NatMLHub.RequestPrediction` method.
+ Removed `NatMLHub.WaitForPrediction` method.
+ NatML Hub now requires iOS 14+.
## 1.0.12

@@ -2,0 +19,0 @@ + Added default NatML icon and splash screen textures.

4

package.json
{
"name": "ai.natml.hub",
"version": "1.0.12",
"version": "1.0.13",
"displayName": "NatML Hub",
"description": "NatML Hub API for Unity Engine.",
"unity": "2020.3",
"unity": "2021.2",
"keywords": [

@@ -8,0 +8,0 @@ "natml",

@@ -19,3 +19,3 @@ # NatML Hub

"dependencies": {
"ai.natml.hub": "1.0.12"
"ai.natml.hub": "1.0.13"
}

@@ -26,3 +26,3 @@ }

## Requirements
- Unity 2020.2+
- Unity 2021.2+

@@ -29,0 +29,0 @@ ## Resources

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc