【实例简介】
Unity Android接入微信SDK登陆,分享,支付功能。eclipse工程,进去只要替换成你的包名打出jar和res,bin,manifest就可以直接用。
【实例截图】
【核心代码】
UnityPay2
└── UnityPay2
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ └── shengwei
│ │ ├── qipai
│ │ │ ├── BuildConfig.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$array.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ └── R.class
│ │ └── weichang
│ │ ├── UnityActivity.class
│ │ └── wxapi
│ │ ├── WXEntryActivity$Attribute.class
│ │ ├── WXEntryActivity$HTTPGetUserInfo.class
│ │ ├── WXEntryActivity$HTTPrequest.class
│ │ ├── WXEntryActivity$UserInfo.class
│ │ ├── WXEntryActivity.class
│ │ └── WXPayEntryActivity.class
│ └── jarlist.cache
├── bin.rar
├── gen
│ └── com
│ └── shengwei
│ └── qipai
│ ├── BuildConfig.java
│ └── R.java
├── ic_launcher-web.png
├── libs
│ ├── android-support-v4.jar
│ ├── classes.jar
│ ├── gson-2.7.jar
│ └── libammsdk.jar
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ └── push_up_in.xml
│ ├── color
│ │ ├── mm_actbtn_text.xml
│ │ ├── mm_btn_text.xml
│ │ ├── mm_choice_text_color.xml
│ │ ├── mm_hyper_text.xml
│ │ ├── mm_list_textcolor_one.xml
│ │ ├── mm_list_textcolor_time.xml
│ │ ├── mm_list_textcolor_two.xml
│ │ ├── mm_pref_summary.xml
│ │ ├── mm_pref_title.xml
│ │ ├── mm_style_one_btn_text.xml
│ │ ├── mm_style_two_btn_text.xml
│ │ └── mm_title_btn_text.xml
│ ├── drawable
│ │ ├── btn_style_alert_dialog_button.xml
│ │ ├── btn_style_alert_dialog_cancel.xml
│ │ ├── btn_style_alert_dialog_special.xml
│ │ ├── btn_style_one.xml
│ │ ├── list_selector_background.xml
│ │ ├── mm_checkbox_btn.xml
│ │ ├── mm_checkbox_mini.xml
│ │ ├── mm_edit.xml
│ │ ├── mm_submenu.xml
│ │ ├── mm_title_btn_back.xml
│ │ ├── mm_title_btn_right.xml
│ │ ├── preference_first_item.xml
│ │ ├── preference_item.xml
│ │ ├── preference_last_item.xml
│ │ └── preference_one_item.xml
│ ├── drawable-hdpi
│ │ ├── btn_check_off_disable.png
│ │ ├── btn_check_off_normal.png
│ │ ├── btn_check_on_disable.png
│ │ ├── btn_check_on_normal.png
│ │ ├── btn_style_alert_dialog_background.9.png
│ │ ├── btn_style_alert_dialog_button_normal.9.png
│ │ ├── btn_style_alert_dialog_button_pressed.9.png
│ │ ├── btn_style_alert_dialog_cancel_normal.9.png
│ │ ├── btn_style_alert_dialog_special_normal.9.png
│ │ ├── btn_style_alert_dialog_special_pressed.9.png
│ │ ├── btn_style_one_disabled.9.png
│ │ ├── btn_style_one_focused.9.png
│ │ ├── btn_style_one_normal.9.png
│ │ ├── btn_style_one_pressed.9.png
│ │ ├── ic_dialog_alert.png
│ │ ├── ic_dialog_long_click.png
│ │ ├── ic_launcher.png
│ │ ├── ic_preference_first_normal.9.png
│ │ ├── ic_preference_first_pressed.9.png
│ │ ├── ic_preference_last_normal.9.png
│ │ ├── ic_preference_last_pressed.9.png
│ │ ├── ic_preference_normal.9.png
│ │ ├── ic_preference_one_normal.9.png
│ │ ├── ic_preference_one_pressed.9.png
│ │ ├── ic_preference_pressed.9.png
│ │ ├── ic_preference_single_normal.9.png
│ │ ├── ic_preference_single_pressed.9.png
│ │ ├── ic_preference_top_normal.9.png
│ │ ├── ic_preference_top_pressed.9.png
│ │ ├── mm_checkbox_mini_checked.9.png
│ │ ├── mm_checkbox_mini_normal.9.png
│ │ ├── mm_edit_focused.9.png
│ │ ├── mm_edit_normal.9.png
│ │ ├── mm_listitem_disable.9.png
│ │ ├── mm_listitem_normal.9.png
│ │ ├── mm_listitem_pressed.9.png
│ │ ├── mm_submenu_normal.png
│ │ ├── mm_submenu_pressed.png
│ │ ├── mm_title_act_btn_disable.9.png
│ │ ├── mm_title_act_btn_focused.9.png
│ │ ├── mm_title_act_btn_normal.9.png
│ │ ├── mm_title_act_btn_pressed.9.png
│ │ ├── mm_title_back_focused.9.png
│ │ ├── mm_title_back_normal.9.png
│ │ ├── mm_title_back_pressed.9.png
│ │ ├── mm_title_bg.9.png
│ │ ├── mm_title_btn_focused.9.png
│ │ ├── mm_title_btn_normal.9.png
│ │ ├── mm_title_btn_pressed.9.png
│ │ ├── mm_trans.png
│ │ ├── send_img.jpg
│ │ └── send_music_thumb.png
│ ├── layout
│ │ ├── alert_dialog_menu_layout.xml
│ │ ├── alert_dialog_menu_list_layout_cancel.xml
│ │ ├── alert_dialog_menu_list_layout_special.xml
│ │ ├── alert_dialog_menu_list_layout_title.xml
│ │ ├── alert_dialog_menu_list_layout.xml
│ │ ├── entry.xml
│ │ ├── get_from_wx.xml
│ │ ├── image_button.xml
│ │ ├── mm_activity.xml
│ │ ├── mm_example_ui.xml
│ │ ├── mm_preference_catalog.xml
│ │ ├── mm_preference_checkbox.xml
│ │ ├── mm_preference_child.xml
│ │ ├── mm_preference_content_choice.xml
│ │ ├── mm_preference_content_domainmaillist.xml
│ │ ├── mm_preference_content_domainmail.xml
│ │ ├── mm_preference_content_keyvalue.xml
│ │ ├── mm_preference_dialog_edittext.xml
│ │ ├── mm_preference_image.xml
│ │ ├── mm_preference_info.xml
│ │ ├── mm_preference_list_content.xml
│ │ ├── mm_preference_null.xml
│ │ ├── mm_preference_screen.xml
│ │ ├── mm_preference_self_vuser.xml
│ │ ├── mm_preference_submenu.xml
│ │ ├── mm_preference_widget_empty.xml
│ │ ├── mm_preference.xml
│ │ ├── mm_title.xml
│ │ ├── scan_qrcode_login.xml
│ │ ├── security_image.xml
│ │ ├── sendrequest_dialog.xml
│ │ ├── send_to_wx.xml
│ │ ├── show_from_wx.xml
│ │ └── webalert.xml
│ └── values
│ ├── color.xml
│ ├── dimens.xml
│ ├── strings.xml
│ ├── styles.xml
│ └── themes.xml
└── src
└── com
└── replace
└── bundleID
├── UnityActivity.java
└── wxapi
├── WXEntryActivity.java
└── WXPayEntryActivity.java
25 directories, 154 files