Skip to content

Releases: Interactml/iml-unity

InteractML_Core_v0.20.5

08 Oct 18:05

Choose a tag to compare

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

12 Jul 14:12

Choose a tag to compare

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
    image

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

11 Jul 20:05

Choose a tag to compare

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

10 Jul 19:12

Choose a tag to compare

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

26 Jun 08:52

Choose a tag to compare

Release 0.20 Pre-release
Pre-release
  • Totally new interface
  • Script node that enables input and output from the graph

InteractML_v0.16_Core

31 Oct 15:44

Choose a tag to compare

InteractML_v0.16_Core Pre-release
Pre-release
  • 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

15 Jul 18:34

Choose a tag to compare

InteractML_v0.15_Core Pre-release
Pre-release

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

10 Jul 11:05
7a13d2e

Choose a tag to compare

InteractML_v0.1_Core Pre-release
Pre-release

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 :)