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
58f8ce5d
Commit
58f8ce5d
authored
Apr 28, 2021
by
王雪伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
幸运农场打包
parent
c02bccd2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
100 additions
and
8 deletions
+100
-8
InitScene.unity
Assets/AdSDK/InitProject/InitScene.unity
+1
-1
HttpTool.cs
Assets/AdSDK/NetWork/HTTP/HttpTool.cs
+1
-1
幸运农场login.png
Assets/Game/Main/Resource/ui/wechat/幸运农场login.png
+0
-0
幸运农场login.png.meta
Assets/Game/Main/Resource/ui/wechat/幸运农场login.png.meta
+1
-1
WxLoginUtil.cs
Assets/Game/Main/Scripts/Utils/WxLoginUtil.cs
+2
-2
Splash.unity
Assets/Game/Splash/Splash.unity
+2
-2
幸运农场底部图.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
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/AdSDK/InitProject/InitScene.unity
View file @
58f8ce5d
...
@@ -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
:
c4395b21394f9f84d81eb33403cdbca6
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
9832fddae4864e44f8fd8240f5cccd01
,
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 @
58f8ce5d
...
@@ -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
=
"
7025878009b4cca3
"
;
private
string
appLs
=
"
a03d5320d905cf3b
"
;
private
static
HttpTool
_instacne
=
null
;
private
static
HttpTool
_instacne
=
null
;
...
...
Assets/Game/Main/Resource/ui/wechat/幸运农场login.png
0 → 100644
View file @
58f8ce5d
292 KB
Assets/Game/
Splash/resouse/芭芭农场底部图
.png.meta
→
Assets/Game/
Main/Resource/ui/wechat/幸运农场login
.png.meta
View file @
58f8ce5d
fileFormatVersion: 2
fileFormatVersion: 2
guid:
c4395b21394f9f84d81eb33403cdbca6
guid:
791f1375af6aa4b4fb04f48f91f5c035
TextureImporter:
TextureImporter:
internalIDToNameTable: []
internalIDToNameTable: []
externalObjects: {}
externalObjects: {}
...
...
Assets/Game/Main/Scripts/Utils/WxLoginUtil.cs
View file @
58f8ce5d
...
@@ -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
807bc179331f37a6
"
;
private
static
string
WX_APPID
=
"wx
29c1884b0a06cdd5
"
;
private
static
string
WX_APPKEY
=
"
7a9ab9dbc24a03504030762b91e833b8
"
;
private
static
string
WX_APPKEY
=
"
a45ff15ec4d387fbd37740238689bd11
"
;
private
void
Awake
()
private
void
Awake
()
{
{
...
...
Assets/Game/Splash/Splash.unity
View file @
58f8ce5d
...
@@ -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
:
c4395b21394f9f84d81eb33403cdbca6
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
9832fddae4864e44f8fd8240f5cccd01
,
type
:
3
}
m_Type
:
0
m_Type
:
0
m_PreserveAspect
:
0
m_PreserveAspect
:
0
m_FillCenter
:
1
m_FillCenter
:
1
...
@@ -1473,7 +1473,7 @@ PrefabInstance:
...
@@ -1473,7 +1473,7 @@ PrefabInstance:
type
:
3
}
type
:
3
}
propertyPath
:
m_Sprite
propertyPath
:
m_Sprite
value
:
value
:
objectReference
:
{
fileID
:
21300000
,
guid
:
412f7cc76a9b8694ebd7020841e0f108
,
objectReference
:
{
fileID
:
21300000
,
guid
:
791f1375af6aa4b4fb04f48f91f5c035
,
type
:
3
}
type
:
3
}
-
target
:
{
fileID
:
6886931801774430219
,
guid
:
8263fb61881c37345be8525a90d1260a
,
-
target
:
{
fileID
:
6886931801774430219
,
guid
:
8263fb61881c37345be8525a90d1260a
,
type
:
3
}
type
:
3
}
...
...
Assets/Game/Splash/resouse/幸运农场底部图.png
0 → 100644
View file @
58f8ce5d
69.9 KB
Assets/Game/Splash/resouse/幸运农场底部图.png.meta
0 → 100644
View file @
58f8ce5d
fileFormatVersion: 2
guid: 9832fddae4864e44f8fd8240f5cccd01
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
deleted
100644 → 0
View file @
c02bccd2
53.1 KB
ProjectSettings/ProjectSettings.asset
View file @
58f8ce5d
...
@@ -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.
xync
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