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
4e5a5f9b
Commit
4e5a5f9b
authored
Jul 05, 2021
by
zhangzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改vc和vn
parent
22c33eb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
UnityPhoneUtils.cs
Assets/Base/UnityTool/UnityPhoneUtils.cs
+2
-2
ProjectSettings.asset
ProjectSettings/ProjectSettings.asset
+2
-2
No files found.
Assets/Base/UnityTool/UnityPhoneUtils.cs
View file @
4e5a5f9b
...
@@ -178,12 +178,12 @@ public class UnityPhoneUtils
...
@@ -178,12 +178,12 @@ public class UnityPhoneUtils
string
vc
=
""
;
string
vc
=
""
;
#if UNITY_EDITOR
#if UNITY_EDITOR
vc
=
"
8
"
;
vc
=
"
9
"
;
#elif UNITY_ANDROID
#elif UNITY_ANDROID
vc
=
GetPhoneUtil
().
Call
<
int
>(
"getAppVersionCode"
,
GetActivity
())+
""
;
vc
=
GetPhoneUtil
().
Call
<
int
>(
"getAppVersionCode"
,
GetActivity
())+
""
;
#elif UNITY_IOS
#elif UNITY_IOS
vc
=
"
8
"
;
vc
=
"
9
"
;
#endif
#endif
Debug
.
unityLogger
.
Log
(
"GetVC "
+
vc
);
Debug
.
unityLogger
.
Log
(
"GetVC "
+
vc
);
return
vc
;
return
vc
;
...
...
ProjectSettings/ProjectSettings.asset
View file @
4e5a5f9b
...
@@ -124,7 +124,7 @@ PlayerSettings:
...
@@ -124,7 +124,7 @@ PlayerSettings:
16:10
:
1
16:10
:
1
16:9
:
1
16:9
:
1
Others
:
1
Others
:
1
bundleVersion
:
1.0.
7
bundleVersion
:
1.0.
8
preloadedAssets
:
[]
preloadedAssets
:
[]
metroInputSource
:
0
metroInputSource
:
0
wsaTransparentSwapchain
:
0
wsaTransparentSwapchain
:
0
...
@@ -172,7 +172,7 @@ PlayerSettings:
...
@@ -172,7 +172,7 @@ PlayerSettings:
iPhone
:
com.ym.simulator
iPhone
:
com.ym.simulator
buildNumber
:
buildNumber
:
iPhone
:
6
iPhone
:
6
AndroidBundleVersionCode
:
8
AndroidBundleVersionCode
:
9
AndroidMinSdkVersion
:
21
AndroidMinSdkVersion
:
21
AndroidTargetSdkVersion
:
0
AndroidTargetSdkVersion
:
0
AndroidPreferredInstallLocation
:
1
AndroidPreferredInstallLocation
:
1
...
...
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