Skip to content

Commit

Permalink
Merge pull request #833 from TheLazyIndianTechie/typo-fix
Browse files Browse the repository at this point in the history
Fixed a typo for Webview in line 316
  • Loading branch information
KojiNakamaru authored Aug 20, 2022
2 parents 88f6244 + 836d6b1 commit e2ee37a
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 e2ee37a

Please sign in to comment.