Skip to content

Commit

Permalink
Deploying to gh-pages from @ 07de872 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IwamotoKakeru committed May 8, 2024
1 parent 25d749b commit 12dcd26
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 5 deletions.
Binary file added WebGL/WebGL/Build/WebGL.data
Binary file not shown.
Binary file removed WebGL/WebGL/Build/WebGL.data.unityweb
Binary file not shown.
22 changes: 22 additions & 0 deletions WebGL/WebGL/Build/WebGL.framework.js

Large diffs are not rendered by default.

Binary file removed WebGL/WebGL/Build/WebGL.framework.js.unityweb
Binary file not shown.
2 changes: 1 addition & 1 deletion WebGL/WebGL/Build/WebGL.loader.js

Large diffs are not rendered by default.

Binary file added WebGL/WebGL/Build/WebGL.wasm
Binary file not shown.
Binary file removed WebGL/WebGL/Build/WebGL.wasm.unityweb
Binary file not shown.
8 changes: 4 additions & 4 deletions WebGL/WebGL/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
}

createUnityInstance(document.querySelector("#unity-canvas"), {
dataUrl: "Build/WebGL.data.unityweb",
frameworkUrl: "Build/WebGL.framework.js.unityweb",
codeUrl: "Build/WebGL.wasm.unityweb",
dataUrl: "Build/WebGL.data",
frameworkUrl: "Build/WebGL.framework.js",
codeUrl: "Build/WebGL.wasm",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Unity1Week2",
productVersion: "0.0.266",
productVersion: "0.0.267",
// matchWebGLToCanvasSize: false, // Uncomment this to separately control WebGL canvas render size and DOM element size.
// devicePixelRatio: 1, // Uncomment this to override low DPI rendering on high DPI displays.
});
Expand Down

0 comments on commit 12dcd26

Please sign in to comment.