Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
Z
ZxAd_Unity
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
ZxAd_Unity
Commits
cd52f889
Commit
cd52f889
authored
Mar 08, 2021
by
erwin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
umeng修复
parent
ab17a83d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
2 deletions
+3
-2
.DS_Store
Assets/.DS_Store
+0
-0
.DS_Store
Assets/Plugins/.DS_Store
+0
-0
UnionApplication.java
Assets/Plugins/Android/UnionApplication.java
+2
-1
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/.DS_Store
View file @
cd52f889
No preview for this file type
Assets/Plugins/.DS_Store
0 → 100644
View file @
cd52f889
File added
Assets/Plugins/Android/UnionApplication.java
View file @
cd52f889
...
...
@@ -7,6 +7,7 @@
package
com
.
bytedance
.
android
;
import
com.umeng.commonsdk.UMConfigure
;
import
android.app.Application
;
import
com.unity.adcommon.unity.AppliContext
;
import
com.unity.adcommon.unity.AndroidConfig
;
...
...
@@ -22,7 +23,7 @@ public final class UnionApplication extends Application {
super
.
onCreate
();
AppliContext
.
init
(
this
);
UM
U3DCommonSDK
.
init
(
this
,
"602f890b668f9e17b8b31413"
,
"xynt"
,
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
);
UM
Configure
.
init
(
this
,
"602f890b668f9e17b8b31413"
,
"xynt"
,
UMConfigure
.
DEVICE_TYPE_PHONE
,
""
);
// TTAdConfig config = new TTAdConfig.Builder()
// //.appId("5001121")
// .appId("5145269")
...
...
ProjectSettings/ProjectSettings.asset
View file @
cd52f889
...
...
@@ -270,7 +270,7 @@ PlayerSettings:
AndroidEnableTango
:
0
androidEnableBanner
:
1
androidUseLowAccuracyLocation
:
0
androidUseCustomKeystore
:
1
androidUseCustomKeystore
:
0
m_AndroidBanners
:
-
width
:
320
height
:
180
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment