Skip to content

Commit 6874125

Browse files
Switch to full JS bridge
1 parent 8a528ef commit 6874125

File tree

6 files changed

+768
-22475
lines changed

6 files changed

+768
-22475
lines changed

Assets/WebGLTemplates/Thirdweb/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
const script = document.createElement("script");
8080
script.src = loaderUrl;
8181
script.onload = () => {
82-
import('./lib/thirdweb.js').then(module => {
82+
import('./lib/thirdweb-unity-bridge.js').then(module => {
8383
createUnityInstance(canvas, config, (progress) => {
8484
spinner.style.display = "none";
8585
progressBarEmpty.style.display = "";

0 commit comments

Comments
 (0)