Skip to content

Commit

Permalink
build update
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenDonLam committed Nov 9, 2024
1 parent 98de0f7 commit 4986600
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
}

var buildUrl = "Build";
var loaderUrl = buildUrl + "/Light Build.loader.js";
var loaderUrl = buildUrl + "/LightBuild.loader.js";
var config = {
dataUrl: buildUrl + "/Light Build.data.unityweb",
frameworkUrl: buildUrl + "/Light Build.framework.js.unityweb",
codeUrl: buildUrl + "/Light Build.wasm.unityweb",
dataUrl: buildUrl + "/LightBuild.data.unityweb",
frameworkUrl: buildUrl + "/LightBuild.framework.js.unityweb",
codeUrl: buildUrl + "/LightBuild.wasm.unityweb",
streamingAssetsUrl: "StreamingAssets",
companyName: "DefaultCompany",
productName: "Project-2-Game",
Expand Down

0 comments on commit 4986600

Please sign in to comment.