NatML Versions Save

High performance, cross-platform machine learning for Unity Engine. Register at https://hub.natml.ai

1.1.16

7 months ago
  • Fixed crash when building on macOS CI machines (#60).

1.1.15

9 months ago
  • Fixed NatMLSettings not being available to some clients at app start.

1.1.13

10 months ago
  • Fixed MLEdgeModel.Create method overload that accepts an MLModelData instance raising NullReferenceException.

1.1.12

10 months ago
  • Fixed JsonException when creating MLEdgeModel due to high code stripping (#58).

1.1.11

10 months ago
  • Fixed access key not updating after creating a build.

1.1.10

10 months ago
  • Fixed JsonException when creating MLEdgeModel due to managed code stripping (#58).

1.1.9

10 months ago
  • Removed MLCloudModel class. Migrate to Function AI to make cloud predictions.
  • Removed Endpoint class.
  • Removed EndpointPrediction class.
  • Removed Feature class.
  • Removed FeatureInput class.
  • Removed NatMLClient.Endpoints property.
  • Removed NatMLClient.EndpointPredictions property.
  • Removed Predictor.endpoints property.

1.1.8

10 months ago
  • Fixed GraphFormat error when creating models.
  • Fixed build errors when building for WebGL.
  • NatML now requires Unity 2022.3+.

1.1.7

10 months ago
  • Fixed JsonException when creating some models (#58).
  • Fixed crash when building on Unity Cloud Build with macOS worker (#56).

1.1.6

1 year ago
  • Fixed DllNotFoundException when building on Linux (#54).
  • Fixed Illegal byte sequence encounted in the input error when building on macOS and Windows (#55).
  • Refactored PredictionSession class to EndpointPrediction.
  • Refactored NatML.PredictionSessions field to EndpointPredictions.
  • Removed MLAudioFeature.FromStreamingAssets method. Use MLUnityExtensions.StreamingAssetsToAbsolutePath to get a path and create an audio feature.
  • Deprecated PredictorSession class.
  • Deprecated NatML.PredictorSessions field.