Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
W
wdlc_mjb_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
王雪伟
wdlc_mjb_unity
Commits
710a7417
Commit
710a7417
authored
Jun 23, 2021
by
zhangzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告埋点
parent
fc778077
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
28 deletions
+56
-28
libGDTMobDataDetectorSDK.a.meta
...SDK/Plugins/iOS/GDTMobSDK/libGDTMobDataDetectorSDK.a.meta
+2
-1
BuglyBridge.h.meta
...Editor/XUPorter/Mods/Bugly/BuglyBridge/BuglyBridge.h.meta
+12
-5
libBuglyBridge.a.meta
...tor/XUPorter/Mods/Bugly/BuglyBridge/libBuglyBridge.a.meta
+12
-5
AdUtils.cs
Assets/Game/Main/Scripts/Utils/AdUtils.cs
+16
-0
Splash.cs
Assets/Scripts/Splash/Splash.cs
+0
-3
packages-lock.json
Packages/packages-lock.json
+13
-13
PackageManagerSettings.asset
ProjectSettings/PackageManagerSettings.asset
+1
-1
No files found.
Assets/Base/AdSDK/AD/GDT/UnionSDK/Plugins/iOS/GDTMobSDK/libGDTMobDataDetectorSDK.a.meta
View file @
710a7417
...
@@ -9,9 +9,10 @@ PluginImporter:
...
@@ -9,9 +9,10 @@ PluginImporter:
isPreloaded: 0
isPreloaded: 0
isOverridable: 0
isOverridable: 0
isExplicitlyReferenced: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
platformData:
- first:
- first:
''
: Any
: Any
second:
second:
enabled: 0
enabled: 0
settings:
settings:
...
...
Assets/Editor/XUPorter/Mods/Bugly/BuglyBridge/BuglyBridge.h.meta
View file @
710a7417
fileFormatVersion: 2
fileFormatVersion: 2
guid: aded946ff2bdf40ff9ac3e5c10f8fa5d
guid: aded946ff2bdf40ff9ac3e5c10f8fa5d
timeCreated: 1497947595
licenseType: Free
PluginImporter:
PluginImporter:
serializedVersion: 1
externalObjects: {}
serializedVersion: 2
iconMap: {}
iconMap: {}
executionOrder: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
platformData:
Any:
- first:
Any:
second:
enabled: 0
enabled: 0
settings: {}
settings: {}
Editor:
- first:
Editor: Editor
second:
enabled: 1
enabled: 1
settings:
settings:
DefaultValueInitialized: true
DefaultValueInitialized: true
...
...
Assets/Editor/XUPorter/Mods/Bugly/BuglyBridge/libBuglyBridge.a.meta
View file @
710a7417
fileFormatVersion: 2
fileFormatVersion: 2
guid: 8e4622a66135549e18a59de3c9348ba7
guid: 8e4622a66135549e18a59de3c9348ba7
timeCreated: 1497947594
licenseType: Free
PluginImporter:
PluginImporter:
serializedVersion: 1
externalObjects: {}
serializedVersion: 2
iconMap: {}
iconMap: {}
executionOrder: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
platformData:
Any:
- first:
Any:
second:
enabled: 0
enabled: 0
settings: {}
settings: {}
Editor:
- first:
Editor: Editor
second:
enabled: 1
enabled: 1
settings:
settings:
DefaultValueInitialized: true
DefaultValueInitialized: true
...
...
Assets/Game/Main/Scripts/Utils/AdUtils.cs
View file @
710a7417
...
@@ -180,6 +180,22 @@ public class AdUtils
...
@@ -180,6 +180,22 @@ public class AdUtils
{
{
EventUtils
.
OnEvent
(
"shiwu_tishengpaiming_ad"
,
"看实物奖励提升排名广告"
);
EventUtils
.
OnEvent
(
"shiwu_tishengpaiming_ad"
,
"看实物奖励提升排名广告"
);
}
}
else
if
(
actionName
.
Equals
(
"duihuan_tijiaoaddress_ad"
))
{
EventUtils
.
OnEvent
(
"duihuan_tijiaoaddress_ad"
,
"兑换奖励看提交收货地址广告"
);
}
else
if
(
actionName
.
Equals
(
"duihuan_tijiaoname_ad"
))
{
EventUtils
.
OnEvent
(
"duihuan_tijiaoname_ad"
,
"兑换奖励看提交收货人姓名广告"
);
}
else
if
(
actionName
.
Equals
(
"duihuan_tijiaophone_ad"
))
{
EventUtils
.
OnEvent
(
"duihuan_tijiaophone_ad"
,
"兑换奖励看提交收货人电话广告"
);
}
else
if
(
actionName
.
Equals
(
"duihuan_tishengpaiming_ad"
))
{
EventUtils
.
OnEvent
(
"duihuan_tishengpaiming_ad"
,
"兑换奖励看实物奖励提升排名广告"
);
}
else
if
(
actionName
.
Equals
(
"hot_lunch_reward"
))
else
if
(
actionName
.
Equals
(
"hot_lunch_reward"
))
{
{
EventUtils
.
OnEvent
(
"hot_lunch_reward"
,
"热启动广告"
);
EventUtils
.
OnEvent
(
"hot_lunch_reward"
,
"热启动广告"
);
...
...
Assets/Scripts/Splash/Splash.cs
View file @
710a7417
...
@@ -291,9 +291,6 @@ public class Splash : MonoBehaviour
...
@@ -291,9 +291,6 @@ public class Splash : MonoBehaviour
////点击微信登录
////点击微信登录
public
void
ClickLogin
()
public
void
ClickLogin
()
{
{
DeviceLogin
();
return
;
EventUtils
.
OnEvent
(
"wx_page_login_btn_click"
);
EventUtils
.
OnEvent
(
"wx_page_login_btn_click"
);
WxLoginUtil
.
Instance
.
OnClickWxLogin
(
new
Action
<
bool
>((
wxLoginResult
)
=>
WxLoginUtil
.
Instance
.
OnClickWxLogin
(
new
Action
<
bool
>((
wxLoginResult
)
=>
...
...
Packages/packages-lock.json
View file @
710a7417
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
"dependencies"
:
{
"dependencies"
:
{
"com.unity.ugui"
:
"1.0.0"
"com.unity.ugui"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.analytics"
:
{
"com.unity.analytics"
:
{
"version"
:
"3.3.5"
,
"version"
:
"3.3.5"
,
...
@@ -28,21 +28,21 @@
...
@@ -28,21 +28,21 @@
"dependencies"
:
{
"dependencies"
:
{
"com.unity.ugui"
:
"1.0.0"
"com.unity.ugui"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.collab-proxy"
:
{
"com.unity.collab-proxy"
:
{
"version"
:
"1.2.16"
,
"version"
:
"1.2.16"
,
"depth"
:
0
,
"depth"
:
0
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{},
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.ext.nunit"
:
{
"com.unity.ext.nunit"
:
{
"version"
:
"1.0.6"
,
"version"
:
"1.0.6"
,
"depth"
:
1
,
"depth"
:
1
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{},
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.ide.rider"
:
{
"com.unity.ide.rider"
:
{
"version"
:
"1.1.4"
,
"version"
:
"1.1.4"
,
...
@@ -51,14 +51,14 @@
...
@@ -51,14 +51,14 @@
"dependencies"
:
{
"dependencies"
:
{
"com.unity.test-framework"
:
"1.1.1"
"com.unity.test-framework"
:
"1.1.1"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.ide.vscode"
:
{
"com.unity.ide.vscode"
:
{
"version"
:
"1.2.3"
,
"version"
:
"1.2.3"
,
"depth"
:
0
,
"depth"
:
0
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{},
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.multiplayer-hlapi"
:
{
"com.unity.multiplayer-hlapi"
:
{
"version"
:
"1.0.8"
,
"version"
:
"1.0.8"
,
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
"dependencies"
:
{
"dependencies"
:
{
"nuget.mono-cecil"
:
"0.1.6-preview"
"nuget.mono-cecil"
:
"0.1.6-preview"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.purchasing"
:
{
"com.unity.purchasing"
:
{
"version"
:
"2.2.1"
,
"version"
:
"2.2.1"
,
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
"dependencies"
:
{
"dependencies"
:
{
"com.unity.ugui"
:
"1.0.0"
"com.unity.ugui"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.test-framework"
:
{
"com.unity.test-framework"
:
{
"version"
:
"1.1.20"
,
"version"
:
"1.1.20"
,
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
"com.unity.modules.imgui"
:
"1.0.0"
,
"com.unity.modules.imgui"
:
"1.0.0"
,
"com.unity.modules.jsonserialize"
:
"1.0.0"
"com.unity.modules.jsonserialize"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.textmeshpro"
:
{
"com.unity.textmeshpro"
:
{
"version"
:
"2.1.1"
,
"version"
:
"2.1.1"
,
...
@@ -96,14 +96,14 @@
...
@@ -96,14 +96,14 @@
"dependencies"
:
{
"dependencies"
:
{
"com.unity.ugui"
:
"1.0.0"
"com.unity.ugui"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.timeline"
:
{
"com.unity.timeline"
:
{
"version"
:
"1.2.17"
,
"version"
:
"1.2.17"
,
"depth"
:
0
,
"depth"
:
0
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{},
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.ugui"
:
{
"com.unity.ugui"
:
{
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
...
@@ -122,14 +122,14 @@
...
@@ -122,14 +122,14 @@
"com.unity.modules.vr"
:
"1.0.0"
,
"com.unity.modules.vr"
:
"1.0.0"
,
"com.unity.modules.xr"
:
"1.0.0"
"com.unity.modules.xr"
:
"1.0.0"
},
},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"nuget.mono-cecil"
:
{
"nuget.mono-cecil"
:
{
"version"
:
"0.1.6-preview"
,
"version"
:
"0.1.6-preview"
,
"depth"
:
1
,
"depth"
:
1
,
"source"
:
"registry"
,
"source"
:
"registry"
,
"dependencies"
:
{},
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
n
"
"url"
:
"https://packages.unity.c
om
"
},
},
"com.unity.modules.ai"
:
{
"com.unity.modules.ai"
:
{
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
...
...
ProjectSettings/PackageManagerSettings.asset
View file @
710a7417
...
@@ -17,7 +17,7 @@ MonoBehaviour:
...
@@ -17,7 +17,7 @@ MonoBehaviour:
m_Registries
:
m_Registries
:
-
m_Id
:
main
-
m_Id
:
main
m_Name
:
m_Name
:
m_Url
:
https://packages.unity.c
n
m_Url
:
https://packages.unity.c
om
m_Scopes
:
[]
m_Scopes
:
[]
m_IsDefault
:
1
m_IsDefault
:
1
m_UserSelectedRegistryName
:
m_UserSelectedRegistryName
:
...
...
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