Ejemplo n.º 1
0
        void Awake()
        {
            gameObject.name = this.GetType().ToString();
            DontDestroyOnLoad(this);

            #if UNITY_ANDROID && !UNITY_EDITOR
            ddnaNotifications = new Android.DDNANotifications();
            ddnaNotifications.MarkUnityLoaded();
            #endif
        }
Ejemplo n.º 2
0
        void Awake()
        {
            gameObject.name = this.GetType().ToString();
            DontDestroyOnLoad(this);

            #if UNITY_ANDROID && !UNITY_EDITOR
            ddnaNotifications = new Android.DDNANotifications();
            ddnaNotifications.MarkUnityLoaded();
            #endif
        }