コード例 #1
0
        public override void OnLayoutEnable()
        {
            base.OnLayoutEnable();
            AddPlatfrom(UM_UIPlatform.IOS, new ISNSettings());
            AddPlatfrom(UM_UIPlatform.Android, new ANSettings());

            AddFeatureUrl("Getting Started", "https://unionassets.com/ultimate-mobile-pro/getting-started-724");
            AddFeatureUrl("Connecting to Service", "https://unionassets.com/ultimate-mobile-pro/connecting-to-the-service-726");
            AddFeatureUrl("Purchase flow", "https://unionassets.com/ultimate-mobile-pro/purchase-flow-727");
            AddFeatureUrl("Transactions Validation", "https://unionassets.com/ultimate-mobile-pro/transactions-validation-728");
            AddFeatureUrl("Editor Testing", "https://unionassets.com/ultimate-mobile-pro/test-inside-the-editor-793");

            m_learnMoreLink = new SA_PluginActiveTextLink("[?] Learn More");
        }
コード例 #2
0
ファイル: UM_SummaryTab.cs プロジェクト: NikolasCH/WFW-CLAS
        public override void OnLayoutEnable()
        {
            base.OnLayoutEnable();
            var content = new GUIContent("iOS Build Requirements", UM_Skin.GetPlatformIcon("ios_icon.png"));

            m_IOSRequirements = new SA_CollapsableWindowBlockLayout(content, () => { XCodeRequirements(); });

            content = new GUIContent("Android Build Requirements", UM_Skin.GetPlatformIcon("android_icon.png"));
            m_AndroidRequirements = new SA_CollapsableWindowBlockLayout(content, () => { AndroidRequirements(); });

            content             = new GUIContent("Unity Project Requirements ", UM_Skin.GetPlatformIcon("unity_icon.png"));
            m_UnityRequirements = new SA_CollapsableWindowBlockLayout(content, () => { DefineSymbols(); });

            m_LearnMoreLink = new SA_PluginActiveTextLink("[?] Learn More");
        }
コード例 #3
0
        public override void OnAwake()
        {
            base.OnAwake();

            m_privacyLink = new SA_PluginActiveTextLink("[?] Read More");

            AddFeatureUrl("Native Pop-ups", "https://unionassets.com/ios-native-pro/popups-preloaders-619");
            AddFeatureUrl("Native Preloader", "https://unionassets.com/ios-native-pro/popups-preloaders-619#preloader");
            AddFeatureUrl("Device Info", "https://unionassets.com/ios-native-pro/device-info-620");
            AddFeatureUrl("Application Badges", "https://unionassets.com/ios-native-pro/applicationicon-badge-number-609");
            AddFeatureUrl("Identifier For Vendor", "https://unionassets.com/ios-native-pro/device-info-620#identifier-for-vendor");
            AddFeatureUrl("User Interface Idiom", "https://unionassets.com/ios-native-pro/device-info-620#user-interface-idiom");
            AddFeatureUrl("Date Time Picker", "https://unionassets.com/ios-native-pro/date-time-picker-604");
            AddFeatureUrl("Calendar Date Picker", "https://unionassets.com/ios-native-pro/calendar-605");
            AddFeatureUrl("Save to Camera Roll", "https://unionassets.com/ios-native-pro/save-to-camera-roll-622");
            AddFeatureUrl("Get Media from Album", "https://unionassets.com/ios-native-pro/get-image-or-video-from-albut-624");
            AddFeatureUrl("Camera Capture", "https://unionassets.com/ios-native-pro/capture-image-from-camera-625");
        }
コード例 #4
0
        public override void OnAwake()
        {
            base.OnAwake();

            m_privacyLink = new SA_PluginActiveTextLink("[?] Read More");

            AddFeatureUrl("Suspend Application", "https://unionassets.com/ios-native-pro/uiapplication-833#suspend");

            AddFeatureUrl("Native Pop-ups", "https://unionassets.com/ios-native-pro/popups-preloaders-619");
            AddFeatureUrl("Native Preloader", "https://unionassets.com/ios-native-pro/popups-preloaders-619#preloader");
            AddFeatureUrl("Device Info", "https://unionassets.com/ios-native-pro/device-info-620");
            AddFeatureUrl("Application Badges", "https://unionassets.com/ios-native-pro/applicationicon-badge-number-609");
            AddFeatureUrl("Identifier For Vendor", "https://unionassets.com/ios-native-pro/device-info-620#identifier-for-vendor");
            AddFeatureUrl("User Interface Idiom", "https://unionassets.com/ios-native-pro/device-info-620#user-interface-idiom");


            AddFeatureUrl("Time Picker", "https://unionassets.com/ios-native-pro/date-time-picker-604#time-picker");
            AddFeatureUrl("Date Picker", "https://unionassets.com/ios-native-pro/date-time-picker-604#date-picker");
            AddFeatureUrl("Date & Time Picker", "https://unionassets.com/ios-native-pro/date-time-picker-604");
            AddFeatureUrl("Wheel Picker Dialog", "https://unionassets.com/ios-native-pro/wheel-picker-dialog-839");
            AddFeatureUrl("Countdown Timer", "https://unionassets.com/ios-native-pro/date-time-picker-604#countdown-timer");

            AddFeatureUrl("Calendar Date Picker", "https://unionassets.com/ios-native-pro/calendar-605");
            AddFeatureUrl("Save to Camera Roll", "https://unionassets.com/ios-native-pro/save-to-camera-roll-622");


            AddFeatureUrl("URL Schemes", "https://unionassets.com/ios-native-pro/url-queries-schemes-607");
            AddFeatureUrl("Add URL Scheme", "https://unionassets.com/ios-native-pro/url-queries-schemes-607#registering%C2%A0url-schemes");
            AddFeatureUrl("Check if App installed", "https://unionassets.com/ios-native-pro/url-queries-schemes-607#how-to-check-programmatically-if-an-app-is-installed");

            AddFeatureUrl("Open URL", "https://unionassets.com/ios-native-pro/open-url-829");
            AddFeatureUrl("App Settings Page", "https://unionassets.com/ios-native-pro/open-url-829#open-app-settings-page");
            AddFeatureUrl("iOS System URLs ", "https://unionassets.com/ios-native-pro/open-url-829#ios-system-urls");


            AddFeatureUrl("Img Picker Controller", "https://unionassets.com/ios-native-pro/uiimage-picker-controller-621");
            AddFeatureUrl("Pick an Image", "https://unionassets.com/ios-native-pro/get-image-or-video-from-albut-624#pick-an-image-from-photo-library");
            AddFeatureUrl("Capture an Image", "https://unionassets.com/ios-native-pro/get-image-or-video-from-albut-624#capture-an-image-from-camera");
            AddFeatureUrl("Pick a Video", "https://unionassets.com/ios-native-pro/capture-image-from-camera-625#pick-a-video-from-photo-library");
            AddFeatureUrl("Capture a Video", "https://unionassets.com/ios-native-pro/capture-image-from-camera-625#capture-a-video-from-camera");

            AddFeatureUrl("Guided Access", "https://unionassets.com/ios-native-pro/guided-access-846");
            AddFeatureUrl("Dark Mode", "https://unionassets.com/ios-native-pro/dark-mode-850");
        }
コード例 #5
0
        public override void OnAwake()
        {
            base.OnAwake();

            m_configureYourGameLink = new SA_PluginActiveTextLink("Configure Your Game");
            m_setResource           = new SA_PluginActiveTextLink(string.Empty);

            AddFeatureUrl("Getting Started", "https://unionassets.com/android-native-pro/getting-started-670");
            AddFeatureUrl("Checking Availability", "https://unionassets.com/android-native-pro/android-games-sing-in-679#checking-availability");
            AddFeatureUrl("Player Sing-in", "https://unionassets.com/android-native-pro/android-games-sing-in-679#implementing_player_sign-in");
            AddFeatureUrl("Player Information", "https://unionassets.com/android-native-pro/android-games-sing-in-679#retrieving_player_information");
            AddFeatureUrl("Game Pop-ups", "https://unionassets.com/android-native-pro/android-games-sing-in-679#displaying_game_pop-ups");
            AddFeatureUrl("Player Sing-out", "https://unionassets.com/android-native-pro/android-games-sing-in-679#signing-the-player-out");
            AddFeatureUrl("Server API Access", "https://unionassets.com/android-native-pro/server-side-api-access-714");
            AddFeatureUrl("Achievements", "https://unionassets.com/android-native-pro/achievements-680");
            AddFeatureUrl("Leaderboards", "https://unionassets.com/android-native-pro/leaderboards-681");
            AddFeatureUrl("Saved Games", "https://unionassets.com/android-native-pro/saved-games-682");
            AddFeatureUrl("Image Manager", "https://unionassets.com/android-native-pro/image-manager-818");
        }
コード例 #6
0
 public override void OnAwake()
 {
     m_JarResolverLink    = new SA_PluginActiveTextLink("[?] How to use");
     m_StorageOptionsLink = new SA_PluginActiveTextLink("[?] Learn More");
 }
コード例 #7
0
 public override void OnAwake()
 {
     base.OnAwake();
     m_entitlementsLink = new SA_PluginActiveTextLink("[?] Read More");
 }