Archived
Updated to version 0.0.3
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
+5
-5
@@ -1,9 +1,9 @@
|
||||
const cacheName = "denizk0461-Swords _ Stuff-0.0.1";
|
||||
const cacheName = "denizk0461-Swords _ Stuff-0.0.3";
|
||||
const contentToCache = [
|
||||
"Build/0.0.2.loader.js",
|
||||
"Build/0.0.2.framework.js",
|
||||
"Build/0.0.2.data",
|
||||
"Build/0.0.2.wasm",
|
||||
"Build/0.0.3.loader.js",
|
||||
"Build/0.0.3.framework.js",
|
||||
"Build/0.0.3.data",
|
||||
"Build/0.0.3.wasm",
|
||||
"TemplateData/style.css"
|
||||
|
||||
];
|
||||
|
||||
+5
-5
@@ -57,15 +57,15 @@
|
||||
}
|
||||
|
||||
var buildUrl = "Build";
|
||||
var loaderUrl = buildUrl + "/0.0.2.loader.js";
|
||||
var loaderUrl = buildUrl + "/0.0.3.loader.js";
|
||||
var config = {
|
||||
dataUrl: buildUrl + "/0.0.2.data",
|
||||
frameworkUrl: buildUrl + "/0.0.2.framework.js",
|
||||
codeUrl: buildUrl + "/0.0.2.wasm",
|
||||
dataUrl: buildUrl + "/0.0.3.data",
|
||||
frameworkUrl: buildUrl + "/0.0.3.framework.js",
|
||||
codeUrl: buildUrl + "/0.0.3.wasm",
|
||||
streamingAssetsUrl: "StreamingAssets",
|
||||
companyName: "denizk0461",
|
||||
productName: "Swords _ Stuff",
|
||||
productVersion: "0.0.1",
|
||||
productVersion: "0.0.3",
|
||||
showBanner: unityShowBanner,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user