From d557f134171d70ece20c4d0cbb2740a1d09c4d28 Mon Sep 17 00:00:00 2001 From: andytouch Date: Wed, 28 Oct 2020 17:21:09 +0100 Subject: [PATCH 1/3] Updated RM --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ae2ef..91591a9 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,14 @@ You can learn more about the new Input System here: https://unity.com/features/i - TextMesh Pro for rendering Screen Space and World Space UI Text - Scriptable Object for storing Device Display Colors and Display Names +## Project Versions and Branches +*Important:* The project is in continuous development and improvement! Branches are used as 'time-stamps' for project states for Webinars. +- [Branch: V1](https://github.com/UnityTechnologies/InputSystem_Warriors/tree/V1) - [Unite Now: Input System - Meet The Devs (April 2020)](https://www.youtube.com/watch?v=gVus9PqfgAM) +- [Branch: V2](https://github.com/UnityTechnologies/InputSystem_Warriors/tree/V2) - Unite Now: Input System: Workflow Tips & Feature Integrations (November 2020) +- [Master](https://github.com/UnityTechnologies/InputSystem_Warriors) - Most Recent [Unite Now Webinar](https://github.com/UnityTechnologies/InputSystem_Warriors) -## Requirements + +## Tech Info **Unity Version** - Current: [2019.4.13f1](https://unity.com/releases/2019-lts) From 421d5c4218892471e091fcccd406be65844002ca Mon Sep 17 00:00:00 2001 From: andytouch Date: Fri, 6 Nov 2020 15:16:19 +0100 Subject: [PATCH 2/3] Updated RM --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91591a9..7ff3e28 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ **Description** -This Unity example project has been created to demonstrate a variety of tools and functionality with the new Input System. +This Unity example project has been created to demonstrate a variety of tools and functionality with Unity's Input System. -You can learn more about the new Input System here: https://unity.com/features/input-system +You can learn more about the Input System here: https://unity.com/features/input-system **Input System Demonstrated Scenarios** @@ -66,7 +66,7 @@ This example project was developed and tested on Windows 10. ## Usage This example project is publicly available for you to: -- Use as a learning resource for the new Input System or any other implemented feature & tool +- Use as a learning resource for the Input System or any other implemented feature & tool - Use as a foundation for building your own projects - Extract code, assets and information for your own projects @@ -76,7 +76,7 @@ If you do use this example project in some form, please feel free to contact And This example project is developed by Unity Technologies and has involvement from R&D, Product Management, Product Marketing and Evangelism. -If you have any feedback or questions about the new Input System, you are invited to join us on the forums: https://forum.unity.com/forums/new-input-system.103/ +If you have any feedback or questions about Unity's Input System, you are invited to join us on the forums: https://forum.unity.com/forums/new-input-system.103/ If you have any issues, errors or feedback about the example project; you can open an issue on this repository or send an email to andyt[at]unity3d.com From 41e983dee17902651d1e6b001068e974426c083d Mon Sep 17 00:00:00 2001 From: andytouch Date: Wed, 18 Nov 2020 17:49:02 +0100 Subject: [PATCH 3/3] RM: URL to new Webinar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ff3e28..12a38fe 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ You can learn more about the Input System here: https://unity.com/features/input ## Project Versions and Branches *Important:* The project is in continuous development and improvement! Branches are used as 'time-stamps' for project states for Webinars. - [Branch: V1](https://github.com/UnityTechnologies/InputSystem_Warriors/tree/V1) - [Unite Now: Input System - Meet The Devs (April 2020)](https://www.youtube.com/watch?v=gVus9PqfgAM) -- [Branch: V2](https://github.com/UnityTechnologies/InputSystem_Warriors/tree/V2) - Unite Now: Input System: Workflow Tips & Feature Integrations (November 2020) -- [Master](https://github.com/UnityTechnologies/InputSystem_Warriors) - Most Recent [Unite Now Webinar](https://github.com/UnityTechnologies/InputSystem_Warriors) +- [Branch: V2](https://github.com/UnityTechnologies/InputSystem_Warriors/tree/V2) - [Unite Now: Input System: Workflow Tips & Feature Integrations (November 2020)](https://www.youtube.com/watch?v=xF2zUOfPyg8) +- [Master](https://github.com/UnityTechnologies/InputSystem_Warriors) - Most Recent [Unite Now Webinar](https://www.youtube.com/watch?v=xF2zUOfPyg8) ## Tech Info