From 23d7f61c335c035e882a64218b962a1fc9b06f0b Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 15 Nov 2017 02:06:43 +0900 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6be4d26..3aef7ce 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Example: https://greggman.github.io/better-unity-webgl-template/ ## Instructions -The short version is you just need the `Assets/WebGLTemplates/BetterTemplate` folder -in your project. Then pick `Edit->Project Settings->Player`, in the WebGL tab +Downloand and add in [this unity package](https://github.com/greggman/better-unity-webgl-template/releases/latest) +into your project. Then pick `Edit->Project Settings->Player`, in the WebGL tab under *Resolution and Presentation* pick "BetterTemplate". Change `Assets/WebGLTemplates/BetterTemplate/logo.png` to whatever you want. +See [Unity docs](https://docs.unity3d.com/Manual/webgl-templates.html) on how to customize WebGL Templates. +