tijiao
parent
9c272498e9
commit
aa740923cc
|
|
@ -483,7 +483,7 @@ public class Hotupdate {
|
|||
if(VerCheck.Instance.isGFF==false && VerCheck.Instance.isDXYGFF == false)
|
||||
url = string.Format("{0}/{1}/{2}", PackUrl, osPath, pack_path);
|
||||
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);
|
||||
|
||||
|
|
@ -534,7 +534,7 @@ public class Hotupdate {
|
|||
if (VerCheck.Instance.isGFF == false && VerCheck.Instance.isDXYGFF == false)
|
||||
url = string.Format("{0}/{1}/{2}", Hotupdate.PackUrl, osPath, pack_path);
|
||||
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);
|
||||
if (Application.platform == RuntimePlatform.WindowsEditor)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@ PlayerSettings:
|
|||
defaultCursor: {fileID: 0}
|
||||
cursorHotspot: {x: 0, y: 0}
|
||||
m_SplashScreenBackgroundColor: {r: 1, g: 1, b: 1, a: 1}
|
||||
m_ShowUnitySplashScreen: 1
|
||||
m_ShowUnitySplashScreen: 0
|
||||
m_ShowUnitySplashLogo: 1
|
||||
m_SplashScreenOverlayOpacity: 0
|
||||
m_SplashScreenAnimation: 2
|
||||
|
|
@ -173,7 +173,7 @@ PlayerSettings:
|
|||
Android: com.jxgame.quyou
|
||||
Standalone: unity.dy.qp0101
|
||||
Tizen: com.dangdanggame.csyx5
|
||||
iPhone: com.lbgame.sanmu
|
||||
iPhone: com.jxgame.quyou
|
||||
tvOS: com.dangdanggame.csyx5
|
||||
buildNumber:
|
||||
iPhone: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue