Skip to content

Commit 15beb55

Browse files
committed
WebGL Update
1 parent d11e4bc commit 15beb55

File tree

8 files changed

+663083
-488
lines changed

8 files changed

+663083
-488
lines changed

Assets/WebGLTemplates/Thirdweb/lib/thirdweb-unity-bridge.js

Lines changed: 331527 additions & 241 deletions
Large diffs are not rendered by default.

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ PlayerSettings:
137137
vulkanEnableLateAcquireNextImage: 0
138138
vulkanEnableCommandBufferRecycling: 1
139139
loadStoreDebugModeEnabled: 0
140-
bundleVersion: 3.3.0
140+
bundleVersion: 3.3.1
141141
preloadedAssets: []
142142
metroInputSource: 0
143143
wsaTransparentSwapchain: 0

docs/Build/docs.data

17.8 MB
Binary file not shown.

docs/Build/docs.framework.js

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Build/docs.loader.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Build/docs.wasm

49 MB
Binary file not shown.

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
<script type="module">
2929
const hideFullScreenButton = "true";
3030
const buildUrl = "Build";
31-
const loaderUrl = buildUrl + "/WebGL.loader.js";
31+
const loaderUrl = buildUrl + "/docs.loader.js";
3232
const config = {
33-
dataUrl: buildUrl + "/WebGL.data",
34-
frameworkUrl: buildUrl + "/WebGL.framework.js",
35-
codeUrl: buildUrl + "/WebGL.wasm",
33+
dataUrl: buildUrl + "/docs.data",
34+
frameworkUrl: buildUrl + "/docs.framework.js",
35+
codeUrl: buildUrl + "/docs.wasm",
3636
streamingAssetsUrl: "StreamingAssets",
3737
companyName: "Thirdweb",
3838
productName: "UnitySDK",
39-
productVersion: "3.2.1",
39+
productVersion: "3.3.0",
4040
};
4141

4242
const container = document.querySelector("#unity-container");

docs/lib/thirdweb-unity-bridge.js

Lines changed: 331527 additions & 241 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)