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
311b8151
Commit
311b8151
authored
Apr 29, 2021
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜市场模拟器
parent
f2a162eb
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
206 additions
and
11 deletions
+206
-11
InitScene.unity
Assets/AdSDK/InitProject/InitScene.unity
+3
-3
HttpTool.cs
Assets/AdSDK/NetWork/HTTP/HttpTool.cs
+1
-1
WxLoginUtil.cs
Assets/Game/Main/Scripts/Utils/WxLoginUtil.cs
+2
-2
Splash.unity
Assets/Game/Splash/Splash.unity
+15
-4
开屏页-背景.png
Assets/Game/Splash/resouse/开屏页-背景.png
+0
-0
开屏页-背景.png.meta
Assets/Game/Splash/resouse/开屏页-背景.png.meta
+92
-0
开屏页.png
Assets/Game/Splash/resouse/开屏页.png
+0
-0
开屏页.png.meta
Assets/Game/Splash/resouse/开屏页.png.meta
+92
-0
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/AdSDK/InitProject/InitScene.unity
View file @
311b8151
...
@@ -293,7 +293,7 @@ RectTransform:
...
@@ -293,7 +293,7 @@ RectTransform:
m_GameObject
:
{
fileID
:
1520672815
}
m_GameObject
:
{
fileID
:
1520672815
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
2
,
y
:
2
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
1584776466
}
m_Father
:
{
fileID
:
1584776466
}
m_RootOrder
:
0
m_RootOrder
:
0
...
@@ -301,7 +301,7 @@ RectTransform:
...
@@ -301,7 +301,7 @@ RectTransform:
m_AnchorMin
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMin
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
122
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
122
}
m_SizeDelta
:
{
x
:
720
,
y
:
260
}
m_SizeDelta
:
{
x
:
256
,
y
:
64
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!114
&1520672817
---
!u!114
&1520672817
MonoBehaviour
:
MonoBehaviour
:
...
@@ -322,7 +322,7 @@ MonoBehaviour:
...
@@ -322,7 +322,7 @@ MonoBehaviour:
m_OnCullStateChanged
:
m_OnCullStateChanged
:
m_PersistentCalls
:
m_PersistentCalls
:
m_Calls
:
[]
m_Calls
:
[]
m_Sprite
:
{
fileID
:
21300000
,
guid
:
8b8f83505adf9434f921a7db9b12cc2c
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
76ee46d17ece0ce4a8a26dacb58310d4
,
type
:
3
}
m_Type
:
0
m_Type
:
0
m_PreserveAspect
:
0
m_PreserveAspect
:
0
m_FillCenter
:
1
m_FillCenter
:
1
...
...
Assets/AdSDK/NetWork/HTTP/HttpTool.cs
View file @
311b8151
...
@@ -19,7 +19,7 @@ public class HttpTool : MonoBehaviour
...
@@ -19,7 +19,7 @@ public class HttpTool : MonoBehaviour
public
bool
IsShowLog
=
false
;
public
bool
IsShowLog
=
false
;
private
static
string
HttpLogTag
=
"UnityHttp"
;
private
static
string
HttpLogTag
=
"UnityHttp"
;
private
string
appLs
=
"
c4f628fe0c45566f
"
;
private
string
appLs
=
"
892467fd69100919
"
;
private
static
HttpTool
_instacne
=
null
;
private
static
HttpTool
_instacne
=
null
;
...
...
Assets/Game/Main/Scripts/Utils/WxLoginUtil.cs
View file @
311b8151
...
@@ -9,8 +9,8 @@ public class WxLoginUtil : MonoBehaviour
...
@@ -9,8 +9,8 @@ public class WxLoginUtil : MonoBehaviour
public
GameObject
wxLoginBg
;
public
GameObject
wxLoginBg
;
public
GameObject
loadingImg
;
public
GameObject
loadingImg
;
public
static
WxLoginUtil
WxLogin
;
public
static
WxLoginUtil
WxLogin
;
private
static
string
WX_APPID
=
"wx
eb614acc314efbf
b"
;
private
static
string
WX_APPID
=
"wx
93450c1bdbb2fe5
b"
;
private
static
string
WX_APPKEY
=
"
89abbb00107cc6255198cf1285181b4e
"
;
private
static
string
WX_APPKEY
=
"
bc0a8f0f78121904e88252c681646dc5
"
;
private
void
Awake
()
private
void
Awake
()
{
{
...
...
Assets/Game/Splash/Splash.unity
View file @
311b8151
...
@@ -468,7 +468,7 @@ RectTransform:
...
@@ -468,7 +468,7 @@ RectTransform:
m_GameObject
:
{
fileID
:
197678801
}
m_GameObject
:
{
fileID
:
197678801
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
1
,
y
:
1
,
z
:
1
}
m_LocalScale
:
{
x
:
2
,
y
:
2
,
z
:
1
}
m_Children
:
[]
m_Children
:
[]
m_Father
:
{
fileID
:
1814038931
}
m_Father
:
{
fileID
:
1814038931
}
m_RootOrder
:
0
m_RootOrder
:
0
...
@@ -476,7 +476,7 @@ RectTransform:
...
@@ -476,7 +476,7 @@ RectTransform:
m_AnchorMin
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMin
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
122
}
m_AnchoredPosition
:
{
x
:
0
,
y
:
122
}
m_SizeDelta
:
{
x
:
720
,
y
:
260
}
m_SizeDelta
:
{
x
:
256
,
y
:
64
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!114
&197678803
---
!u!114
&197678803
MonoBehaviour
:
MonoBehaviour
:
...
@@ -497,7 +497,7 @@ MonoBehaviour:
...
@@ -497,7 +497,7 @@ MonoBehaviour:
m_OnCullStateChanged
:
m_OnCullStateChanged
:
m_PersistentCalls
:
m_PersistentCalls
:
m_Calls
:
[]
m_Calls
:
[]
m_Sprite
:
{
fileID
:
21300000
,
guid
:
8b8f83505adf9434f921a7db9b12cc2c
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
76ee46d17ece0ce4a8a26dacb58310d4
,
type
:
3
}
m_Type
:
0
m_Type
:
0
m_PreserveAspect
:
0
m_PreserveAspect
:
0
m_FillCenter
:
1
m_FillCenter
:
1
...
@@ -1480,6 +1480,11 @@ PrefabInstance:
...
@@ -1480,6 +1480,11 @@ PrefabInstance:
value
:
value
:
objectReference
:
{
fileID
:
21300000
,
guid
:
0bc9c1e1b4ea09648958166c6d884337
,
objectReference
:
{
fileID
:
21300000
,
guid
:
0bc9c1e1b4ea09648958166c6d884337
,
type
:
3
}
type
:
3
}
-
target
:
{
fileID
:
6886931801774430218
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
propertyPath
:
m_IsActive
value
:
0
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6886931801774430219
,
guid
:
8263fb61881c37345be8525a90d1260a
,
-
target
:
{
fileID
:
6886931801774430219
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
type
:
3
}
propertyPath
:
m_SizeDelta.x
propertyPath
:
m_SizeDelta.x
...
@@ -1490,10 +1495,16 @@ PrefabInstance:
...
@@ -1490,10 +1495,16 @@ PrefabInstance:
propertyPath
:
m_SizeDelta.y
propertyPath
:
m_SizeDelta.y
value
:
569
value
:
569
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6886931802485600675
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
propertyPath
:
m_Sprite
value
:
objectReference
:
{
fileID
:
21300000
,
guid
:
6276b944617ff3f499333de0b5521196
,
type
:
3
}
-
target
:
{
fileID
:
6886931802485600685
,
guid
:
8263fb61881c37345be8525a90d1260a
,
-
target
:
{
fileID
:
6886931802485600685
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
type
:
3
}
propertyPath
:
m_IsActive
propertyPath
:
m_IsActive
value
:
0
value
:
1
objectReference
:
{
fileID
:
0
}
objectReference
:
{
fileID
:
0
}
-
target
:
{
fileID
:
6886931802851080946
,
guid
:
8263fb61881c37345be8525a90d1260a
,
-
target
:
{
fileID
:
6886931802851080946
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
type
:
3
}
...
...
Assets/Game/Splash/resouse/开屏页-背景.png
0 → 100644
View file @
311b8151
765 KB
Assets/Game/Splash/resouse/开屏页-背景.png.meta
0 → 100644
View file @
311b8151
fileFormatVersion: 2
guid: 6276b944617ff3f499333de0b5521196
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: -1
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
Assets/Game/Splash/resouse/开屏页.png
0 → 100644
View file @
311b8151
12.9 KB
Assets/Game/Splash/resouse/开屏页.png.meta
0 → 100644
View file @
311b8151
fileFormatVersion: 2
guid: 76ee46d17ece0ce4a8a26dacb58310d4
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 11
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: -1
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: 1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
applyGammaDecoding: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
ProjectSettings/ProjectSettings.asset
View file @
311b8151
...
@@ -175,7 +175,7 @@ PlayerSettings:
...
@@ -175,7 +175,7 @@ PlayerSettings:
androidSupportedAspectRatio
:
1
androidSupportedAspectRatio
:
1
androidMaxAspectRatio
:
2.1
androidMaxAspectRatio
:
2.1
applicationIdentifier
:
applicationIdentifier
:
Android
:
com.ym.
wdcy
Android
:
com.ym.
cscmnq
buildNumber
:
{}
buildNumber
:
{}
AndroidBundleVersionCode
:
1
AndroidBundleVersionCode
:
1
AndroidMinSdkVersion
:
21
AndroidMinSdkVersion
:
21
...
...
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