Rearrange platform specific plugins.

This commit is contained in:
2023-09-25 10:52:16 +08:00
parent 84acb2c12d
commit 825818679c
27 changed files with 30 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Cryville.Input.Unity.Android",
"rootNamespace": "Cryville.Input.Unity.Android",
"references": [],
"includePlatforms": [
"Android"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -1,3 +0,0 @@
{
"name": "Cryville.Input.Unity.Android"
}

View File

@@ -1,3 +1,14 @@
{
"name": "Cryville.Input.Unity.Builtin"
}
"name": "Cryville.Input.Unity.Builtin",
"rootNamespace": "Cryville.Input.Unity.Builtin",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -1,6 +1,6 @@
{
"name": "Cryville.Unity.EventSystems",
"rootNamespace": "",
"rootNamespace": "Cryville.Unity.EventSystems",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],