From f3a5d2a73883503a7a94fc94860ea42a022610a5 Mon Sep 17 00:00:00 2001 From: Rich Logan Date: Tue, 27 Sep 2016 12:41:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70ac2d3..153765b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This library takes advantage of the new `UnityEngine.Networking.UnityWebRequest` You can follow the progress + development of this here: https://trello.com/b/BvpwAZYd/unity-spark-sdk +Please note: I'm coming from a hacky python background, and this is the first self-contained public library I've ever attempted to build, so I'm very much learning as I go. The more I learn, the more mistakes I realise I've made, so please point things out that I should change! + ## Setup 1. Import the scripts or UnityPackage 2. Place the `Request` script on any GameObject.