Skip to content

Commit

Permalink
Fixed a typo for Webview in line 316
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Vidyasagar committed Aug 19, 2022
1 parent 665e3ff commit 836d6b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ $ ./install.sh

*NOTE: for Unity 2020.1.0f1 or newer, please use `unity-webview-2020` instead of `unity-webview` below.*

After importing `dist/unity-webview.unitypackage` or `dist/unity-webview.zip`, please copy `WebGLTemplates/Default/TemplateData` from your Unity installation to `Assets/WebGLTemplates/unity-webivew`. If you utilize Unity 2018.4.13f1 for example,
After importing `dist/unity-webview.unitypackage` or `dist/unity-webview.zip`, please copy
`WebGLTemplates/Default/TemplateData` from your Unity installation to `Assets/WebGLTemplates/unity-webview`. If you utilize Unity 2018.4.13f1 for example,

```bash
$ cp -a /Applications/Unity/Hub/Editor/2018.4.13f1/PlaybackEngines/WebGLSupport/BuildTools/WebGLTemplates/Default/TemplateData Assets/WebGLTemplates/unity-webview
Expand Down

0 comments on commit 836d6b1

Please sign in to comment.