Skip to content

Commit

Permalink
chore: add ~ to webgltemplates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Oct 10, 2024
1 parent 36a4177 commit 86c0e3c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 28 deletions.
6 changes: 3 additions & 3 deletions WebGL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ A Custom WebGL Template is required to implement the Immutable Unity SDK in WebG
Every Unity Project includes these templates by default. Copy a template and place it in your own **Assets > WebGLTemplates** folder, and rename it to something meaningful so you can identify your template later.

Once you have created your own template, copy the following files from Passport package into the **Assets > WebGLTemplates** folder:
- `Packages/Immutable Passport/WebGLTemplates/unity-webview.js`
- `Packages/Immutable Passport/WebGLTemplates/callback.html`
- `Packages/Immutable Passport/WebGLTemplates/logout.html`
- `Packages/Immutable Passport/WebGLTemplates~/unity-webview.js`
- `Packages/Immutable Passport/WebGLTemplates~/callback.html`
- `Packages/Immutable Passport/WebGLTemplates~/logout.html`
- `Packages/Immutable Passport/Runtime/Resources/index.html` > `Passport/index.html`

3. Add the following script tag to the `index.html` in WebGL Templates:
Expand Down
8 changes: 0 additions & 8 deletions src/Packages/Passport/WebGLTemplates.meta

This file was deleted.

7 changes: 0 additions & 7 deletions src/Packages/Passport/WebGLTemplates/callback.html.meta

This file was deleted.

7 changes: 0 additions & 7 deletions src/Packages/Passport/WebGLTemplates/logout.html.meta

This file was deleted.

3 changes: 0 additions & 3 deletions src/Packages/Passport/WebGLTemplates/unity-webview.js.meta

This file was deleted.

0 comments on commit 86c0e3c

Please sign in to comment.