mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
26 lines
588 B
JSON
26 lines
588 B
JSON
{
|
|
"name": "com.unity-atoms.unity-atoms-input-system",
|
|
"displayName": "Unity Atoms Input System",
|
|
"version": "4.4.3",
|
|
"unity": "2018.3",
|
|
"description": "Unity Atoms with Unity's Input System.",
|
|
"keywords": [
|
|
"scriptable objects",
|
|
"unity"
|
|
],
|
|
"category": "Unity",
|
|
"files": [
|
|
"/package.json",
|
|
"/package.json.meta",
|
|
"/Runtime",
|
|
"/Runtime.meta",
|
|
"/Editor",
|
|
"/Editor.meta"
|
|
],
|
|
"dependencies": {
|
|
"com.unity-atoms.unity-atoms-core": "4.4.3",
|
|
"com.unity-atoms.unity-atoms-base-atoms": "4.4.3",
|
|
"com.unity.inputsystem": "1.0.1"
|
|
}
|
|
}
|