Skip to content

Installation

Ian Diaz edited this page Oct 17, 2018 · 3 revisions

Recommended Way

  1. Clone the repository (or download as a zip)
  2. Import the folder into a subdirectory of your unity project (ex. Assets/External/UnityInputSystem)
  3. Get started!

Alternative

You can also use this as a git submodule, but in my personal experience, that doesn't tend to work out very well for Unity projects. Ymmv though, the gitignore should be set up well enough for this to work out (it ignores metafiles for everything except for the plugins, so changes you make in Unity shouldn't mess it up too much).

Clone this wiki locally