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
e22df70c
Commit
e22df70c
authored
Jul 16, 2021
by
zhangzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS修改
parent
ede13218
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
105 additions
and
16 deletions
+105
-16
UnityPhoneUtils.cs
Assets/Base/UnityTool/UnityPhoneUtils.cs
+2
-2
Icon.meta
Assets/Game/Main/Resource/Icon.meta
+0
-8
csc_icon.jpg
Assets/Game/Main/Resource/ui/logo/csc_icon.jpg
+0
-0
csc_icon.jpg.meta
Assets/Game/Main/Resource/ui/logo/csc_icon.jpg.meta
+0
-0
开屏页-ios.jpg
Assets/Game/Main/Resource/ui/logo/开屏页-ios.jpg
+0
-0
开屏页-ios.jpg.meta
Assets/Game/Main/Resource/ui/logo/开屏页-ios.jpg.meta
+92
-0
InitScene.unity
Assets/Game/Main/Scenes/InitScene.unity
+1
-1
AdUtils.cs
Assets/Game/Main/Scripts/Utils/AdUtils.cs
+6
-0
HomeInfoControl.cs
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
+1
-1
Splash.unity
Assets/Game/Splash/Splash.unity
+1
-1
GraphicsSettings.asset
ProjectSettings/GraphicsSettings.asset
+0
-1
PackageManagerSettings.asset
ProjectSettings/PackageManagerSettings.asset
+1
-1
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+1
-1
No files found.
Assets/Base/UnityTool/UnityPhoneUtils.cs
View file @
e22df70c
...
...
@@ -178,12 +178,12 @@ public class UnityPhoneUtils
string
vc
=
""
;
#if UNITY_EDITOR
vc
=
"1
0
"
;
vc
=
"1
1
"
;
#elif UNITY_ANDROID
vc
=
GetPhoneUtil
().
Call
<
int
>(
"getAppVersionCode"
,
GetActivity
())+
""
;
#elif UNITY_IOS
vc
=
"
9
"
;
vc
=
"
11
"
;
#endif
Debug
.
unityLogger
.
Log
(
"GetVC "
+
vc
);
return
vc
;
...
...
Assets/Game/Main/Resource/Icon.meta
deleted
100644 → 0
View file @
ede13218
fileFormatVersion: 2
guid: feed25f3a4ce64a1596f99926c2d825e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
Assets/Game/Main/Resource/
Icon
/csc_icon.jpg
→
Assets/Game/Main/Resource/
ui/logo
/csc_icon.jpg
View file @
e22df70c
File moved
Assets/Game/Main/Resource/
Icon
/csc_icon.jpg.meta
→
Assets/Game/Main/Resource/
ui/logo
/csc_icon.jpg.meta
View file @
e22df70c
File moved
Assets/Game/Main/Resource/ui/logo/开屏页-ios.jpg
0 → 100644
View file @
e22df70c
78.3 KB
Assets/Game/Main/Resource/ui/logo/开屏页-ios.jpg.meta
0 → 100644
View file @
e22df70c
fileFormatVersion: 2
guid: c1a96874637fb4d1cb8e001cf8b6ea3f
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/Main/Scenes/InitScene.unity
View file @
e22df70c
...
...
@@ -441,7 +441,7 @@ MonoBehaviour:
m_OnCullStateChanged
:
m_PersistentCalls
:
m_Calls
:
[]
m_Sprite
:
{
fileID
:
21300000
,
guid
:
e5d6b9eed3a874a0397c699b5154addb
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
c1a96874637fb4d1cb8e001cf8b6ea3f
,
type
:
3
}
m_Type
:
0
m_PreserveAspect
:
0
m_FillCenter
:
1
...
...
Assets/Game/Main/Scripts/Utils/AdUtils.cs
View file @
e22df70c
...
...
@@ -350,12 +350,18 @@ public class AdUtils
}
public
static
void
closeFeedAd
()
{
#if UNITY_EDITOR
return
;
#endif
AdManager
.
Instance
.
CloseFeedAd
();
#if UNITY_IOS
AdManager
.
Instance
.
LoadCacheFeedAd
(
"bigimage"
);
if
(
PlayerPrefs
.
GetInt
(
"IS_OPEN_MUSIC"
,
0
)
==
0
)
{
Debug
.
Log
(
"如果开的重新开"
);
AudioUtils
.
ins
.
music
.
Play
();
}
#endif
}
...
...
Assets/Game/Main/Scripts/View/HomeInfoControl.cs
View file @
e22df70c
...
...
@@ -26,7 +26,7 @@ public class HomeInfoControl : MonoBehaviour, HomeContract.View
{
#if UNITY_EDITOR
AppConfig
.
Instance
.
InitProgect
(
true
,
true
,
"43d2b0f567e422b8"
);
Constant
.
Instance
.
shubiao
=
false
;
//
Constant.Instance.shubiao = false;
#endif
mPresenter
=
new
HomePresenter
(
this
);
EventCenter
.
AddListener
(
MyEventType
.
UPDATE_CAR_LIST_DATA
,
OnUpdateCarListData
);
...
...
Assets/Game/Splash/Splash.unity
View file @
e22df70c
...
...
@@ -1513,7 +1513,7 @@ MonoBehaviour:
m_OnCullStateChanged
:
m_PersistentCalls
:
m_Calls
:
[]
m_Sprite
:
{
fileID
:
21300000
,
guid
:
e5d6b9eed3a874a0397c699b5154addb
,
type
:
3
}
m_Sprite
:
{
fileID
:
21300000
,
guid
:
c1a96874637fb4d1cb8e001cf8b6ea3f
,
type
:
3
}
m_Type
:
0
m_PreserveAspect
:
0
m_FillCenter
:
1
...
...
ProjectSettings/GraphicsSettings.asset
View file @
e22df70c
...
...
@@ -34,7 +34,6 @@ GraphicsSettings:
-
{
fileID
:
16000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16001
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
17000
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
-
{
fileID
:
16003
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
m_PreloadedShaders
:
[]
m_SpritesDefaultMaterial
:
{
fileID
:
10754
,
guid
:
0000000000000000f000000000000000
,
type
:
0
}
...
...
ProjectSettings/PackageManagerSettings.asset
View file @
e22df70c
...
...
@@ -17,7 +17,7 @@ MonoBehaviour:
m_Registries
:
-
m_Id
:
main
m_Name
:
m_Url
:
https://packages.unity.c
n
m_Url
:
https://packages.unity.c
om
m_Scopes
:
[]
m_IsDefault
:
1
m_UserSelectedRegistryName
:
...
...
ProjectSettings/ProjectSettings.asset
View file @
e22df70c
...
...
@@ -270,7 +270,7 @@ PlayerSettings:
-
m_BuildTarget
:
m_Icons
:
-
serializedVersion
:
2
m_Icon
:
{
fileID
:
2800000
,
guid
:
43004d061e5444c07a12e464fc3a7e20
,
type
:
3
}
m_Icon
:
{
fileID
:
2800000
,
guid
:
354f3646ee72b417eb1bbc40e7f70be3
,
type
:
3
}
m_Width
:
128
m_Height
:
128
m_Kind
:
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