Exemplo n.º 1
0
    void OnClickEvent(GameObject targetObject)
    {
#if UNITY_ANDROID || UNITY_IPHONE || UNITY_EDITOR
        EventView.Create();
#else
        NotificationView.ShowMessage("Bạn có thể xem thêm nhiều tin tức sự kiện tại trang chủ https://chieuvuong.com");
#endif
    }
Exemplo n.º 2
0
 void OnClickMe(GameObject go)
 {
     //LineDetailsTutorialView.Create(content);
     #if UNITY_ANDROID || UNITY_IPHONE || UNITY_EDITOR
     EventView.Create(titlemesseage, contentlink);
     #endif
     #if UNITY_WEBPLAYER
     Application.OpenURL(contentlink);
     #endif
 }