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
0330ce03
Commit
0330ce03
authored
Jun 15, 2021
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
3f4edecf
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
17 additions
and
37 deletions
+17
-37
AdSDK.meta
Assets/AdSDK.meta
+1
-1
Scripts.meta
Assets/AdSDK/AD/CSJ/PangleAdapterScripts/Scripts.meta
+0
-8
iOS.meta
Assets/AdSDK/AD/CSJ/PangleSDK/iOS.meta
+0
-8
NetWork.meta
Assets/AdSDK/NetWork.meta
+0
-8
Car.prefab
Assets/Game/Main/Prefabs/Car.prefab
+1
-1
按钮-10.png
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-10.png
+0
-0
按钮-10.png.meta
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-10.png.meta
+1
-1
按钮-9.png
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-9.png
+0
-0
CrazyCar.unity
Assets/Game/Main/Scenes/CrazyCar.unity
+1
-1
CaomeiItem.cs
Assets/Game/Main/Scripts/Item/CaomeiItem.cs
+1
-0
AdUtils.cs
Assets/Game/Main/Scripts/Utils/AdUtils.cs
+3
-0
DialogControl.cs
Assets/Game/Main/Scripts/View/DialogControl.cs
+2
-2
packages-lock.json
Packages/packages-lock.json
+7
-7
No files found.
Assets/AdSDK.meta
View file @
0330ce03
fileFormatVersion: 2
guid:
3bdf81920b9ea8e46abd100e083eefe7
guid:
b9b263a922fc04fb18572f38d7307beb
folderAsset: yes
DefaultImporter:
externalObjects: {}
...
...
Assets/AdSDK/AD/CSJ/PangleAdapterScripts/Scripts.meta
deleted
100644 → 0
View file @
3f4edecf
fileFormatVersion: 2
guid: e8fc61bed8a2640c7a2c6d5a51574621
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/AdSDK/AD/CSJ/PangleSDK/iOS.meta
deleted
100644 → 0
View file @
3f4edecf
fileFormatVersion: 2
guid: 9b3f9e305d4804719b5f4505912accf2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/AdSDK/NetWork.meta
deleted
100644 → 0
View file @
3f4edecf
fileFormatVersion: 2
guid: a75f8ac9bc3f8414cb9b1aca48735084
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/Game/Main/Prefabs/Car.prefab
View file @
0330ce03
...
...
@@ -4465,7 +4465,7 @@ RectTransform:
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_AnchorMin
:
{
x
:
0.5
,
y
:
0.5
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0.5
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
0
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
4
}
m_SizeDelta
:
{
x
:
160
,
y
:
62.890503
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!222
&5038603703423831735
...
...
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-10.png
0 → 100644
View file @
0330ce03
14.3 KB
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-
9
.png.meta
→
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-
10
.png.meta
View file @
0330ce03
fileFormatVersion: 2
guid:
c9db3a352544b4ae986bee67f25f2f9b
guid:
1b93cd08a0d004f8c8640dc35b258047
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
...
...
Assets/Game/Main/Resource/ui/baiyuanhongbao/按钮-9.png
deleted
100644 → 0
View file @
3f4edecf
13.8 KB
Assets/Game/Main/Scenes/CrazyCar.unity
View file @
0330ce03
...
...
@@ -75392,7 +75392,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_Sprite: {fileID: 21300000, guid:
c9db3a352544b4ae986bee67f25f2f9b
, type: 3}
m_Sprite: {fileID: 21300000, guid:
1b93cd08a0d004f8c8640dc35b258047
, type: 3}
m_Type: 0
m_PreserveAspect: 0
m_FillCenter: 1
Assets/Game/Main/Scripts/Item/CaomeiItem.cs
View file @
0330ce03
...
...
@@ -123,6 +123,7 @@ public class CaomeiItem : MonoBehaviour
{
return
;
}
EventUtils
.
OnEvent
(
"caomei_jiugongge"
);
AdUtils
.
PlayRewardAd
(
"caomei_addProcess"
,
new
Action
<
bool
>((
cb
)
=>
{
if
(
cb
)
...
...
Assets/Game/Main/Scripts/Utils/AdUtils.cs
View file @
0330ce03
...
...
@@ -148,6 +148,9 @@ public class AdUtils
else
if
(
actionName
.
Equals
(
"video_reward2"
))
{
EventUtils
.
OnEvent
(
"reward_onlinePacket2"
,
"激励视频_晃动红包"
);
}
else
if
(
actionName
.
Equals
(
"caomei_addProcess"
))
{
EventUtils
.
OnEvent
(
"caomei_video_show"
);
}
}
...
...
Assets/Game/Main/Scripts/View/DialogControl.cs
View file @
0330ce03
...
...
@@ -601,7 +601,7 @@ public class DialogControl : MonoBehaviour
}
private
void
moveAllSpeedDialog
()
{
allspeedcontent
.
transform
.
localPosition
+=
new
Vector3
(
0
,
3
0
0
,
0
);
allspeedcontent
.
transform
.
localPosition
+=
new
Vector3
(
0
,
3
2
0
,
0
);
}
private
void
showAd
()
{
...
...
@@ -614,7 +614,7 @@ public class DialogControl : MonoBehaviour
/// </summary>
public
void
OnClickCloseAllSpeedDialog
()
{
allspeedcontent
.
transform
.
localPosition
-=
new
Vector3
(
0
,
3
0
0
,
0
);
allspeedcontent
.
transform
.
localPosition
-=
new
Vector3
(
0
,
3
2
0
,
0
);
AudioUtils
.
ins
.
PlayBtnAudio
();
AllSpeedDialog
.
SetActive
(
false
);
AdUtils
.
closeFeedAd
();
...
...
Packages/packages-lock.json
View file @
0330ce03
...
...
@@ -5,14 +5,14 @@
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.ext.nunit"
:
{
"version"
:
"1.0.6"
,
"depth"
:
1
,
"source"
:
"registry"
,
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.ide.rider"
:
{
"version"
:
"1.1.4"
,
...
...
@@ -21,14 +21,14 @@
"dependencies"
:
{
"com.unity.test-framework"
:
"1.1.1"
},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.ide.vscode"
:
{
"version"
:
"1.2.3"
,
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.test-framework"
:
{
"version"
:
"1.1.20"
,
...
...
@@ -39,7 +39,7 @@
"com.unity.modules.imgui"
:
"1.0.0"
,
"com.unity.modules.jsonserialize"
:
"1.0.0"
},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.textmeshpro"
:
{
"version"
:
"2.1.1"
,
...
...
@@ -48,14 +48,14 @@
"dependencies"
:
{
"com.unity.ugui"
:
"1.0.0"
},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.timeline"
:
{
"version"
:
"1.2.17"
,
"depth"
:
0
,
"source"
:
"registry"
,
"dependencies"
:
{},
"url"
:
"https://packages.unity.c
om
"
"url"
:
"https://packages.unity.c
n
"
},
"com.unity.ugui"
:
{
"version"
:
"1.0.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