A game about forced loneliness, made by TACStudios
at master 722 B view raw
1{ 2 "name": "Unity.VisualScripting.Flow.Editor", 3 "references": [ 4 "Unity.VisualScripting.Core", 5 "Unity.VisualScripting.Core.Editor", 6 "Unity.VisualScripting.Flow", 7 "Unity.InputSystem" 8 ], 9 "optionalUnityReferences": [], 10 "includePlatforms": [ 11 "Editor" 12 ], 13 "excludePlatforms": [], 14 "allowUnsafeCode": false, 15 "versionDefines": [ 16 { 17 "name": "com.unity.inputsystem", 18 "expression": "1.0.1", 19 "define": "PACKAGE_INPUT_SYSTEM_EXISTS" 20 }, 21 { 22 "name": "com.unity.inputsystem", 23 "expression": "1.2.0", 24 "define": "PACKAGE_INPUT_SYSTEM_1_2_0_OR_NEWER_EXISTS" 25 } 26 ] 27}