Skip to content

Releases: muna-ai/muna-unity

Function 0.0.11

11 Mar 20:11

Choose a tag to compare

  • Fixed WebGL build error when building in Release mode due to JavaScript minification.

Function 0.0.10

11 Mar 18:58

Choose a tag to compare

  • Fixed WebGL build error when Function is installed with Unity Package Manager.

Function 0.0.9

11 Mar 18:29

Choose a tag to compare

  • Added support for making on-device predictions on Android.
  • Added support for making on-device predictions on iOS.
  • Added support for making on-device predictions on macOS.
  • Added support for making on-device predictions on WebGL.
  • Added support for making on-device predictions on Windows.

Function 0.0.8

27 Feb 21:49

Choose a tag to compare

  • Fixed linker errors when compiling iOS projects in Xcode.

Function 0.0.7

12 Feb 18:13

Choose a tag to compare

  • Fixed compiler error on some platforms related to Function version.

Function 0.0.6

12 Feb 18:09

Choose a tag to compare

  • Fixed NullReferenceException when calling Tag.TryParse with null input string.
  • Removed CloudPrediction class. Use Prediction class instead.
  • Removed EdgePrediction class. Use Prediction class instead.

Function 0.0.5

31 Aug 20:37

Choose a tag to compare

  • Added Function.Predictions.Stream method for making streaming predictions.
  • Refactored IGraphClient interface to IFunctionClient.
  • Refactored UnityGraphClient class to UnityClient.
  • Refactored Function.Graph namespace to Function.API.

Function 0.0.4

30 Jul 12:05

Choose a tag to compare

  • Minor updates.

Function 0.0.3

11 Jul 21:40

Choose a tag to compare

  • Refactored Predictor.readme field to card.
  • Refactored Dtype.Undefined enumeration member to Dtype.Null.

Function 0.0.2

05 Jul 21:05

Choose a tag to compare

  • Added FunctionUnity.ToAudioClip extension method for converting a Function Value to an AudioClip.
  • Fixed Function access key not being available in builds.
  • Refactored Feature class to Value for improved clarity.
  • Refactored PredictionService.ToFeature method to PredictionService.ToValue.
  • Refactored PredictionService.ToValue method to PredictionService.ToObject.
  • Refactored FunctionUnity.ToFeature extension method to FunctionUnity.ToValue.
  • Refactored UploadType.Feature enumeration member to UploadType.Value.