Ejemplo n.º 1
0
    void Awake()
    {
        m_instance = this;
#if UNITY_ANDROID && !UNITY_EDITOR
        Debug.Log(string.Format("OuyaPluginVersion: VERSION={0}", OuyaSDK.PLUGIN_VERSION));
#endif
    }
Ejemplo n.º 2
0
 void Awake()
 {
     m_instance = this;
 }
Ejemplo n.º 3
0
 void Awake()
 {
     m_instance = this;
 }
Ejemplo n.º 4
0
 void Awake()
 {
     m_instance = this;
     #if UNITY_ANDROID && !UNITY_EDITOR
     Debug.Log(string.Format("OuyaPluginVersion: VERSION={0}", OuyaSDK.PLUGIN_VERSION));
     #endif
 }
Ejemplo n.º 5
0
 void Awake()
 {
     m_instance = this;
     OuyaSDK.enableUnityInput(true);
 }
Ejemplo n.º 6
0
 void Awake()
 {
     m_instance = this;
     OuyaSDK.enableUnityInput(true);
 }