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