From c82bb87c3725d2e7a2154eb20ebfa586ff2d5be7 Mon Sep 17 00:00:00 2001 From: Patrick Jarnfelt Date: Wed, 11 Feb 2015 21:39:10 +0100 Subject: [PATCH] updated the readme --- .gitignore | 2 ++ README | 32 +++++++++++++++++++++++--------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e1e5a0d..98245c5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ *.csproj *.pidb +Unity Project/UniMove/Library +Unity Project diff --git a/README b/README index 0d79a68..60e7e7c 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - __ __ -/\ \/\ \ __ /'\_/`\ -\ \ \ \ \ ___ /\_\/\ \ ___ __ __ __ - \ \ \ \ \ /' _ `\/\ \ \ \__\ \ / __`\/\ \/\ \ /'__`\ - \ \ \_\ \/\ \/\ \ \ \ \ \_/\ \/\ \L\ \ \ \_/ |/\ __/ + __ __ +/\ \/\ \ __ /'\_/`\ +\ \ \ \ \ ___ /\_\/\ \ ___ __ __ __ + \ \ \ \ \ /' _ `\/\ \ \ \__\ \ / __`\/\ \/\ \ /'__`\ + \ \ \_\ \/\ \/\ \ \ \ \ \_/\ \/\ \L\ \ \ \_/ |/\ __/ \ \_____\ \_\ \_\ \_\ \_\\ \_\ \____/\ \___/ \ \____\ \/_____/\/_/\/_/\/_/\/_/ \/_/\/___/ \/__/ \/____/ @@ -14,7 +14,7 @@ Unity + PlayStation Move controller == UniMove! Introduction ------------------------- -UniMove is an open-source Unity plugin and set of C# bindings that allows you to use PlayStation Move controllers with your Unity and/or C# application. +UniMove is an open-source Unity plugin and set of C# bindings that allows you to use PlayStation Move controllers with your Unity and/or C# application. UniMove was created by Douglas Wilson of Die Gute Fabrik and Patrick Jarnfelt of the Copenhagen Game Collective, and is based on top of Thomas Perl’s super-nifty C API. The plugin is licensed under the GNU Lesser General Public License (v2.1 or later), and is still under development. @@ -33,14 +33,24 @@ Features include * temperature * battery level * High level orientation calculation - + + Work remaining ------------------------- - * Include support for periphials like the navigation controller and sharp shooter + + * Include support for peripherals like the navigation controller and sharp shooter * make a utility tool for visual representation of sensor values * add tracking support +Pairing the Move Controllers +------------------------- + +To be able to use the move controllers with you computer, they need to be "paired" with the computer and connected to the bluetooth. +Find the binaries of your OS from PS Move API here: http://thp.io/2010/psmove/ +Find the "bin" folder inside the zip and open the psmovepair and follow the instructions. + + Installation instructions ------------------------- @@ -51,5 +61,9 @@ Installation instructions Viola! The assets (code, scene, plugin) should now be extracted and visible in your Project window. Double click the “Test Scene” scene to load it. You should now be able to press the Play button to run the test program! -This README file was last updated on 2014-08-09 by pjarnfelt +Requirements +------------------------- + + * Unity Pro license (for including binaries) + * OSX 10.8 or later (binary realeases for other OSs can be found here: http://thp.io/2010/psmove/)