Fully operational prototype plugin. Fixed RX issues

This commit is contained in:
Joseph Henry
2016-06-20 16:21:28 -07:00
parent a2a939f6f6
commit a7aa5c28c0
9 changed files with 72 additions and 43 deletions

View File

@@ -30,6 +30,8 @@ using System.Collections;
using UnityEngine.UI;
using System;
// Handles the switching of APIs
public class WorldMain : MonoBehaviour {
void Start() {
}
@@ -40,6 +42,4 @@ public class WorldMain : MonoBehaviour {
Dropdown dd = go.GetComponents<Dropdown> () [0];
Debug.Log("API selected: " + dd.captionText.text);
}
}