This file was deleted.

@@ -140,15 +140,13 @@ private void Update()
{
//RotateView();

if (CrossPlatformInputManager.GetButtonDown("Jump") && !m_Jump)
{
m_Jump = true;
}

ThalmicMyo tMyoComponent = myo.GetComponent<ThalmicMyo> ();
Vector3 pos = transform.position;
Debug.Log (tMyoComponent.pose);
if(Time.time > timeToMove){
if(tMyoComponent.pose != _lastPose && Time.time > timeToMove){
_lastPose = tMyoComponent.pose;

if(tMyoComponent.pose == Pose.WaveIn){
float posZ = pos.z + 5 > maxZPosition ? maxZPosition : pos.z + 5;
transform.position = new Vector3(pos.x, pos.y, posZ);
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -118,16 +118,14 @@ void Awake ()
}

private bool createHub () {
/*
try {
try {
_hub = new Thalmic.Myo.Hub (applicationIdentifier, hub_MyoPaired);

_hub.SetLockingPolicy (lockingPolicy);
} catch (System.Exception) {
Debug.Log ("ThalmicHub failed to initialize.");
return false;
}
*/
return true;
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>libmyo.dylib</string>
<key>CFBundleIdentifier</key>
<string>com.thalmic.Myo</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CSResourcesFileMapped</key>
<string>yes</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
Binary file not shown.