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
8ed4779b
Commit
8ed4779b
authored
Jun 16, 2021
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加入bugly 修改umeng
parent
354e08ac
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
57 deletions
+49
-57
PangleAdapterScripts.meta
Assets/AdSDK/AD/CSJ/PangleAdapterScripts.meta
+0
-8
PangleSDK.meta
Assets/AdSDK/AD/CSJ/PangleSDK.meta
+0
-8
iOSHander.cs
Assets/Base/UnityTool/iOSHander.cs
+45
-41
Splash.cs
Assets/Scripts/Splash/Splash.cs
+3
-0
GraphicsSettings.asset
ProjectSettings/GraphicsSettings.asset
+1
-0
No files found.
Assets/AdSDK/AD/CSJ/PangleAdapterScripts.meta
deleted
100644 → 0
View file @
354e08ac
fileFormatVersion: 2
guid: 4de77bfbd9c014146a2b371280ff0f63
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/AdSDK/AD/CSJ/PangleSDK.meta
deleted
100644 → 0
View file @
354e08ac
fileFormatVersion: 2
guid: 9216b5ab3159c44e594fa8e3a6bfcd90
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/Base/UnityTool/iOSHander.cs
View file @
8ed4779b
...
@@ -34,17 +34,21 @@ public class iOSHander
...
@@ -34,17 +34,21 @@ public class iOSHander
Constant
.
Instance
.
aid
=
deviceStr
;
Constant
.
Instance
.
aid
=
deviceStr
;
}
}
#if UNITY_IOS
[
DllImport
(
"__Internal"
)]
[
DllImport
(
"__Internal"
)]
static
extern
void
BridageDeviceAndIDFA
(
IntPtr
resultHandler
);
static
extern
void
BridageDeviceAndIDFA
(
IntPtr
resultHandler
);
public
void
Handler
()
public
void
Handler
()
{
{
ResultHandler
handler
=
new
ResultHandler
(
resultHandler
);
ResultHandler
handler
=
new
ResultHandler
(
resultHandler
);
IntPtr
fp
=
Marshal
.
GetFunctionPointerForDelegate
(
handler
);
IntPtr
fp
=
Marshal
.
GetFunctionPointerForDelegate
(
handler
);
BridageDeviceAndIDFA
(
fp
);
BridageDeviceAndIDFA
(
fp
);
}
}
#endif
}
}
Assets/Scripts/Splash/Splash.cs
View file @
8ed4779b
...
@@ -33,9 +33,12 @@ public class Splash : MonoBehaviour
...
@@ -33,9 +33,12 @@ public class Splash : MonoBehaviour
{
{
EventUtils
.
OnEvent
(
"app_start"
);
EventUtils
.
OnEvent
(
"app_start"
);
getPermission
();
getPermission
();
#if UNITY_ANDROID
BuglyAgent
.
EnableExceptionHandler
();
BuglyAgent
.
EnableExceptionHandler
();
#endif
}
}
/// <summary>
/// <summary>
/// 初始化
/// 初始化
/// </summary>
/// </summary>
...
...
ProjectSettings/GraphicsSettings.asset
View file @
8ed4779b
...
@@ -34,6 +34,7 @@ GraphicsSettings:
...
@@ -34,6 +34,7 @@ GraphicsSettings:
-
{
fileID
:
16000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16001
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16001
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
17000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
17000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16003
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_PreloadedShaders
:
[]
m_PreloadedShaders
:
[]
m_SpritesDefaultMaterial
:
{
fileID
:
10754
,
guid
:
0000000000000000f000000000000000
,
m_SpritesDefaultMaterial
:
{
fileID
:
10754
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
type
:
0
}
...
...
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