Added a class that maps Unity Input Actions to Game Events. The shared...
Added a class that maps Unity Input Actions to Game Events. The shared package is now dependent on the Unity Input system package until it's permanently part of the engine.
Showing
- Scriptable Variables/Senders.meta 8 additions, 0 deletionsScriptable Variables/Senders.meta
- Scriptable Variables/Senders/InputActionToEvent.cs 29 additions, 0 deletionsScriptable Variables/Senders/InputActionToEvent.cs
- Scriptable Variables/Senders/InputActionToEvent.cs.meta 11 additions, 0 deletionsScriptable Variables/Senders/InputActionToEvent.cs.meta
- Scriptable Variables/Shared.ScriptableVariables.asmdef 6 additions, 3 deletionsScriptable Variables/Shared.ScriptableVariables.asmdef
- package.json 3 additions, 2 deletionspackage.json
Scriptable Variables/Senders.meta
0 → 100644
... | ... | @@ -2,8 +2,8 @@ |
"name": "com.futuretech.shared", | ||
"displayName": "FutureTech Shared", | ||
"description": "Contains shared items such as the Scriptable Variables.", | ||
"version": "0.1.22", | ||
"unity": "2019.1", | ||
"version": "0.1.23", | ||
"unity": "2019.2", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -12,5 +12,6 @@ |
"src": "Assets/FutureTechShared", | ||
"author": "mg <mjguerre@nps.edu>", | ||
"dependencies": { | ||
"com.unity.inputsystem": "1.0.0-preview.5" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment