Compare commits
2 Commits
8cc0dd6ccb
...
4dca484856
| Author | SHA1 | Date |
|---|---|---|
|
|
4dca484856 | |
|
|
aa740923cc |
|
|
@ -483,7 +483,7 @@ public class Hotupdate {
|
||||||
if(VerCheck.Instance.isGFF==false && VerCheck.Instance.isDXYGFF == false)
|
if(VerCheck.Instance.isGFF==false && VerCheck.Instance.isDXYGFF == false)
|
||||||
url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
||||||
else
|
else
|
||||||
url = string.Format("{0}/{1}/{2}", "http://" + VerCheck.Instance.conn.ip + ":" + VerCheck.Instance.conn.port + "/NewFKN", osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", "http://" + VerCheck.Instance.conn.ip + ":" + VerCheck.Instance.conn.port + "/NewFK", osPath, pack_path);
|
||||||
|
|
||||||
url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
||||||
|
|
||||||
|
|
@ -534,7 +534,7 @@ public class Hotupdate {
|
||||||
if (VerCheck.Instance.isGFF == false && VerCheck.Instance.isDXYGFF == false)
|
if (VerCheck.Instance.isGFF == false && VerCheck.Instance.isDXYGFF == false)
|
||||||
url = string.Format("{0}/{1}/{2}", Hotupdate.PackUrl, osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", Hotupdate.PackUrl, osPath, pack_path);
|
||||||
else
|
else
|
||||||
url = string.Format("{0}/{1}/{2}", "http://" + VerCheck.Instance.conn.ip + ":" + VerCheck.Instance.conn.port + "/NewFKN", osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", "http://" + VerCheck.Instance.conn.ip + ":" + VerCheck.Instance.conn.port + "/NewFK", osPath, pack_path);
|
||||||
|
|
||||||
url = string.Format("{0}/{1}/{2}", Hotupdate.PackUrl, osPath, pack_path);
|
url = string.Format("{0}/{1}/{2}", Hotupdate.PackUrl, osPath, pack_path);
|
||||||
if (Application.platform == RuntimePlatform.WindowsEditor)
|
if (Application.platform == RuntimePlatform.WindowsEditor)
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@ PlayerSettings:
|
||||||
defaultCursor: {fileID: 0}
|
defaultCursor: {fileID: 0}
|
||||||
cursorHotspot: {x: 0, y: 0}
|
cursorHotspot: {x: 0, y: 0}
|
||||||
m_SplashScreenBackgroundColor: {r: 1, g: 1, b: 1, a: 1}
|
m_SplashScreenBackgroundColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
m_ShowUnitySplashScreen: 1
|
m_ShowUnitySplashScreen: 0
|
||||||
m_ShowUnitySplashLogo: 1
|
m_ShowUnitySplashLogo: 1
|
||||||
m_SplashScreenOverlayOpacity: 0
|
m_SplashScreenOverlayOpacity: 0
|
||||||
m_SplashScreenAnimation: 2
|
m_SplashScreenAnimation: 2
|
||||||
|
|
@ -173,7 +173,7 @@ PlayerSettings:
|
||||||
Android: com.jxgame.quyou
|
Android: com.jxgame.quyou
|
||||||
Standalone: unity.dy.qp0101
|
Standalone: unity.dy.qp0101
|
||||||
Tizen: com.dangdanggame.csyx5
|
Tizen: com.dangdanggame.csyx5
|
||||||
iPhone: com.lbgame.sanmu
|
iPhone: com.jxgame.quyou
|
||||||
tvOS: com.dangdanggame.csyx5
|
tvOS: com.dangdanggame.csyx5
|
||||||
buildNumber:
|
buildNumber:
|
||||||
iPhone: 1
|
iPhone: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue