You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
[![Tilia logo][Tilia-Image]](#)
2
2
3
3
> ### Input -> Unity Input Manager
4
-
> Input wrappers for the Unity Input Manager and a collection of common input prefabs.
4
+
> Input wrappers for the legacy Unity Input Manager and a collection of common input prefabs.
5
5
6
6
[![Release][Version-Release]][Releases]
7
7
[![License][License-Badge]][License]
8
8
[![Backlog][Backlog-Badge]][Backlog]
9
9
10
10
## Introduction
11
11
12
-
The UnityInputManager package provides a collection of [Zinnia] Actions that wrap [Unity] inputs from the [Unity Input Manager]. These Actions can be used to map keyboard/button presses or axis data via the Unity Input Manager.
12
+
The Unity Input Manager package provides a collection of [Zinnia] Actions that wrap [Unity] inputs from the legacy[Unity Input Manager]. These Actions can be used to map keyboard/button presses or axis data via the Unity Input Manager.
13
13
14
14
A collection of useful prefabs are also provided with pre-defined button and axis mappings for common controller types:
15
15
@@ -21,6 +21,8 @@ A collection of useful prefabs are also provided with pre-defined button and axi
21
21
22
22
This package will also prompt to create any required and missing Unity Input Manager axes.
23
23
24
+
The new [Unity Input System] is available in Unity `2019.1.0f1` and to use that instead then see the [Tilia.Input.UnityInputSystem] repository.
25
+
24
26
> **Requires** the Unity software version `2018.3.10f1` (or above).
25
27
26
28
## Getting Started
@@ -62,4 +64,6 @@ Code released under the [MIT License][License].
0 commit comments