Ontario Tech Logo

Myo Tutorial

Myo Tutorial

 

Resources:



Software Setup:

 

  1. Put the Unity assets somewhere accessible on your PC.
  2. Open unity and open the ‘Box on a Stick.unity’ asset file.
  3. Open ColorBoxByPose.cs
  4. renderer.material does not have a declaration (Thanks Devs!). Make one:  
  5. Now your renderer.material has been initialized.
  6. Play the demo

 

Demo:



Hardware Setup:

 

Bugs:

 

  • ‘Thalmic’ can not be found when running ‘Box on a Stick.unity’

 

Answer: define public new Renderer renderer in the script