Skip to content

Commit

Permalink
v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
in0finite committed Feb 16, 2024
1 parent 80f5ae6 commit 482ef61
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 13 deletions.
Binary file modified Build/Default WebGL.data
Binary file not shown.
10 changes: 5 additions & 5 deletions Build/Default WebGL.framework.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Build/Default WebGL.loader.js

Large diffs are not rendered by default.

Binary file modified Build/Default WebGL.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions Build/Default WebGL.worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion StreamingAssets/LocalFileSystemAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ function LocalFileSystem_ReadFileBlockingUsingXHRInternal(file, streamPosition,
};


console.log("Script loaded");
console.log("LocalFileSystemAccess.js loaded");
Binary file modified framework/DemoFile.ExternalCommunication.wasm
Binary file not shown.
Binary file modified framework/DemoFile.wasm
Binary file not shown.
8 changes: 4 additions & 4 deletions framework/blazor.boot.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"mainAssemblyName": "DemoFile.ExternalCommunication.dll",
"resources": {
"hash": "sha256-L21pXuxxohpH8OHGf171lvjxsn68EHdJyP7mlh+EyxM=",
"hash": "sha256-nfZ47vFvBaJo92x6sIsMj+vdEVOqXpamG0MCDpcxlrc=",
"jsModuleNative": {
"dotnet.native.js": "sha256-Zkk4rERsg984eINDT0ZmYqePzmAGc4rQF1BB4D9G6dM="
},
"jsModuleRuntime": {
"dotnet.runtime.js": "sha256-HZOoaGpz9ekMa/oSmeApSKp3DXNdVUq2UBqsTIIiN8A="
},
"wasmNative": {
"dotnet.native.wasm": "sha256-3UIBfLDA3Ytai5JA0TBP3Nd4mbGZZ88Yc1/P3pl6NR4="
"dotnet.native.wasm": "sha256-zmIiLZFzt8uhylyezJYoM2z+24h/+I6GsoXRgSeLYtU="
},
"assembly": {
"DemoFile.wasm": "sha256-yoR5+i/T+zGVokFAK9dC9HxGnR8Vyyg2UNUriOjN2Ck=",
"DemoFile.ExternalCommunication.wasm": "sha256-YqMyKGwWLYYjJtBV+Q6J5cLzaqUostOUCsLKEBBvdqw=",
"DemoFile.wasm": "sha256-9v9T4jt29FiPmvm8uk7kC9+BtcCOxdmXt0eeOier+A8=",
"DemoFile.ExternalCommunication.wasm": "sha256-TCGW3DdMDHInbWcIiCRKnSsOvENa2gnCW7vXbLPMfPQ=",
"Google.Protobuf.wasm": "sha256-scqT2bdEfoU/2DS0FQPLAyIgizBI5eTWrfY8GVnOD1s=",
"Snappier.wasm": "sha256-XtIyzkU3XKqkYTRtN7HQ4ZO0k/HTs/Lhc4pR4jX21jw=",
"System.Collections.Concurrent.wasm": "sha256-K4Nufnp8dTfqxfldVvTe8711ACC4aqLIAREpCYe9hE4=",
Expand Down
Binary file modified framework/dotnet.native.wasm
Binary file not shown.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Unity WebGL Player | CsUnity</title>
<title>Unity Web Player | CsUnity</title>
<link rel="shortcut icon" href="TemplateData/favicon.ico">
<link rel="stylesheet" href="TemplateData/style.css">
<link rel="manifest" href="manifest.webmanifest">
Expand Down Expand Up @@ -59,13 +59,15 @@
var buildUrl = "Build";
var loaderUrl = buildUrl + "/Default WebGL.loader.js";
var config = {
arguments: [],
dataUrl: buildUrl + "/Default WebGL.data",
frameworkUrl: buildUrl + "/Default WebGL.framework.js",
workerUrl: buildUrl + "/Default WebGL.worker.js",
codeUrl: buildUrl + "/Default WebGL.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "in0finite",
productName: "CsUnity",
productVersion: "3.0",
productVersion: "4.0",
showBanner: unityShowBanner,
};

Expand Down

0 comments on commit 482ef61

Please sign in to comment.