unity myo _ RAW DATA EMEG

Hello, I want to work in the raw data EMG in Unity, I found this code:EMG Raw Data access for Myo Unity package in SDK for Windows version 0.8.0 · GitHub

and say that it is a Patch for Myo Unity package for SDK Windows 0.8.0 to access EMG raw data.

But I don’t know where i should put this code, or what i should to do with it in order to know what to do it. I download de SDK in thalmic download and i can run the example. Thanks if you can explain it. I am a little lost with it.

Hi,

you have to override the original ones (EventTypes.cs, libmyo.cs, Myo.cs, ThalmicMyo.cs) by the script mentioned. And you can see the output live in the Unity editor at “Hub - 1 Myo” > “Myo”.

Hope this answers your question!