Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bytsbyts committed May 5, 2024
1 parent 6dced97 commit 6da547e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Binary file added Build/123.data.unityweb
Binary file not shown.
Binary file added Build/123.framework.js.unityweb
Binary file not shown.
2 changes: 2 additions & 0 deletions Build/123.loader.js

Large diffs are not rendered by default.

Binary file added Build/123.wasm.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion GUID.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7da055227fadc7a4eb40bbc95d6cdd72
10b61aa5e3884204da52c5634a526386
2 changes: 2 additions & 0 deletions ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
m_EditorVersion: 2021.3.5f1c1
m_EditorVersionWithRevision: 2021.3.5f1c1 (23e20ff61267)
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
}

var buildUrl = "Build";
var loaderUrl = buildUrl + "/UnityWebGl.loader.js";
var loaderUrl = buildUrl + "/123.loader.js";
var config = {
dataUrl: buildUrl + "/UnityWebGl.data",
frameworkUrl: buildUrl + "/UnityWebGl.framework.js",
codeUrl: buildUrl + "/UnityWebGl.wasm",
dataUrl: buildUrl + "/123.data.unityweb",
frameworkUrl: buildUrl + "/123.framework.js.unityweb",
codeUrl: buildUrl + "/123.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "gameGun",
Expand Down

0 comments on commit 6da547e

Please sign in to comment.