Bladeren bron

Release 2.3

ishunsei 1 jaar geleden
bovenliggende
commit
fa7037c49f

BIN
Build/ChangZhouHospital_2.3.data.unityweb


BIN
Build/ChangZhouHospital_2.3.framework.js.unityweb


BIN
Build/ChangZhouHospital_2.4.data.unityweb


BIN
Build/ChangZhouHospital_2.4.framework.js.unityweb


Build/ChangZhouHospital_2.3.loader.js → Build/ChangZhouHospital_2.4.loader.js


BIN
Build/ChangZhouHospital_2.3.wasm.unityweb


+ 5 - 5
ServiceWorker.js

@@ -1,9 +1,9 @@
-const cacheName = "DefaultCompany-ChangZhouHospital-0.1";
+const cacheName = "DefaultCompany-ChangZhouHospital-1.2";
 const contentToCache = [
-    "Build/ChangZhouHospital_2.3.loader.js",
-    "Build/ChangZhouHospital_2.3.framework.js.unityweb",
-    "Build/ChangZhouHospital_2.3.data.unityweb",
-    "Build/ChangZhouHospital_2.3.wasm.unityweb",
+    "Build/ChangZhouHospital_2.4.loader.js",
+    "Build/ChangZhouHospital_2.4.framework.js.unityweb",
+    "Build/ChangZhouHospital_2.4.data.unityweb",
+    "Build/ChangZhouHospital_2.4.wasm.unityweb",
     "TemplateData/style.css"
 
 ];

BIN
StreamingAssets/bg.mp3


+ 5 - 5
model.html

@@ -76,15 +76,15 @@
     }
 
     var buildUrl = "Build";
-    var loaderUrl = buildUrl + "/ChangZhouHospital_2.3.loader.js";
+    var loaderUrl = buildUrl + "/ChangZhouHospital_2.4.loader.js";
     var config = {
-      dataUrl: buildUrl + "/ChangZhouHospital_2.3.data.unityweb",
-      frameworkUrl: buildUrl + "/ChangZhouHospital_2.3.framework.js.unityweb",
-      codeUrl: buildUrl + "/ChangZhouHospital_2.3.wasm.unityweb",
+      dataUrl: buildUrl + "/ChangZhouHospital_2.4.data.unityweb",
+      frameworkUrl: buildUrl + "/ChangZhouHospital_2.4.framework.js.unityweb",
+      codeUrl: buildUrl + "/ChangZhouHospital_2.4.wasm.unityweb",
       streamingAssetsUrl: "StreamingAssets",
       companyName: "DefaultCompany",
       productName: "ChangZhouHospital",
-      productVersion: "1.1",
+      productVersion: "1.2",
       showBanner: unityShowBanner,
     };