ArcadeInputPackage/package.json
2025-09-20 00:28:00 -04:00

23 lines
579 B
JSON

{
"name": "com.conjureos.input",
"version": "1.0.0",
"displayName": "Conjure Arcade Controller",
"description": "Unity Input System support for Conjure Arcade Controllers. Provides custom input device implementation for arcade-style controllers with joystick and button controls.",
"unity": "2021.3",
"unityRelease": "0f1",
"dependencies": {
"com.unity.inputsystem": "1.4.4"
},
"keywords": [
"input",
"controller",
"arcade",
"joystick",
"hid"
],
"author": {
"name": "ConjureOS"
},
"type": "library",
"hideInEditor": false
}