File size: 722 Bytes
18a519f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"name": "Unity.VisualScripting.Flow.Editor",
"references": [
"Unity.VisualScripting.Core",
"Unity.VisualScripting.Core.Editor",
"Unity.VisualScripting.Flow",
"Unity.InputSystem"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"versionDefines": [
{
"name": "com.unity.inputsystem",
"expression": "1.0.1",
"define": "PACKAGE_INPUT_SYSTEM_EXISTS"
},
{
"name": "com.unity.inputsystem",
"expression": "1.2.0",
"define": "PACKAGE_INPUT_SYSTEM_1_2_0_OR_NEWER_EXISTS"
}
]
}
|