Releases: Interactml/iml-unity
Releases · Interactml/iml-unity
InteractML_Core_v0.20.5
Changes
- Now compatible with Unity 2019.4 LTS!
Limitations
- The training dataset and the ML model files are not exported to the build. But you can copy paste them (Assets/InteractML/Data) or generate new ones in your build by collecting examples (Spacebar to start/stop collecting examples), and then training (T key to retrain) and running your model (P key to start/stop running your model)
InteractML_Core_v0.20.4
Changes
- Fixed bug project didn't allow you to build
- Added a new Run On Awake tickbox on the MLS Node that allows to run the model automatically when hitting play (works in a build as well)
- Now you can retrain your model at will with the T button

Limitations
- Unity 2019.4 (LTS) not working well! Use 2019.2 instead to be safe
- The training dataset and the model files are not exported to the build. But you can copy paste them (Assets/InteractML/Data) or generate new ones in your build by collecting examples (Spacebar to start/stop collecting examples), and then training (T key to retrain) and running your model (P key to start/stop running your model)
InteractML_Core_v0.20.3
Changes
- Fixed bug with Rotation Node showing as a Vector3 instead of a Vector4
- Added a new Rotation Euler Angles Node
Limitations
- Unity 2019.4 (LTS) not working well! Use 2019.2 instead to be safe
InteractML_Core_v0.20.2
Changes
- Strong performance improvements
- UI Refactor. Same look, better performance.
- Cleaned example projects
Limitations
- Unity 2019.4 (LTS) not working well! Use 2019.2 instead to be safe
Release 0.20
- Totally new interface
- Script node that enables input and output from the graph
InteractML_v0.16_Core
- Tidied up folders a bit
- Performance improvement in extract velocity feature
- Improvements on webcam demo (requires opencvforunity) and leap motion fox demo (requires leap motion)
- Added mouse demo under Scenes/Develop_2019
InteractML_v0.15_Core
Update with latest improvements and stability fixes from Develop:Brighton 2019. Please, remember that this is an alpha release and we recommend using it with an empty unity project first :)
InteractML_v0.1_Core
First alpha release of InteractML. Please, understand it is a tool in development and you will encounter several bugs. We recommend using it with a new project first :)