Releases: muna-ai/muna-unity
Releases · muna-ai/muna-unity
Function 0.0.11
- Fixed WebGL build error when building in Release mode due to JavaScript minification.
Function 0.0.10
- Fixed WebGL build error when Function is installed with Unity Package Manager.
Function 0.0.9
- 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
- Fixed linker errors when compiling iOS projects in Xcode.
Function 0.0.7
- Fixed compiler error on some platforms related to Function version.
Function 0.0.6
- Fixed
NullReferenceExceptionwhen callingTag.TryParsewithnullinput string. - Removed
CloudPredictionclass. UsePredictionclass instead. - Removed
EdgePredictionclass. UsePredictionclass instead.
Function 0.0.5
- Added
Function.Predictions.Streammethod for making streaming predictions. - Refactored
IGraphClientinterface toIFunctionClient. - Refactored
UnityGraphClientclass toUnityClient. - Refactored
Function.Graphnamespace toFunction.API.
Function 0.0.4
- Minor updates.
Function 0.0.3
- Refactored
Predictor.readmefield tocard. - Refactored
Dtype.Undefinedenumeration member toDtype.Null.
Function 0.0.2
- Added
FunctionUnity.ToAudioClipextension method for converting a FunctionValueto anAudioClip. - Fixed Function access key not being available in builds.
- Refactored
Featureclass toValuefor improved clarity. - Refactored
PredictionService.ToFeaturemethod toPredictionService.ToValue. - Refactored
PredictionService.ToValuemethod toPredictionService.ToObject. - Refactored
FunctionUnity.ToFeatureextension method toFunctionUnity.ToValue. - Refactored
UploadType.Featureenumeration member toUploadType.Value.