A game about forced loneliness, made by TACStudios
1{
2 "name": "Unity.VisualScripting.Core",
3 "references": [
4 "Unity.InputSystem"
5 ],
6 "optionalUnityReferences": [],
7 "includePlatforms": [],
8 "excludePlatforms": [],
9 "allowUnsafeCode": false,
10 "versionDefines": [
11 {
12 "name": "com.unity.inputsystem",
13 "expression": "1.0.1",
14 "define": "PACKAGE_INPUT_SYSTEM_EXISTS"
15 },
16 {
17 "name": "com.unity.inputsystem",
18 "expression": "1.2.0",
19 "define": "PACKAGE_INPUT_SYSTEM_1_2_0_OR_NEWER_EXISTS"
20 },
21 {
22 "name": "com.unity.modules.animation",
23 "expression": "1.0.0",
24 "define": "MODULE_ANIMATION_EXISTS"
25 },
26 {
27 "name": "com.unity.modules.physics",
28 "expression": "1.0.0",
29 "define": "MODULE_PHYSICS_EXISTS"
30 },
31 {
32 "name": "com.unity.modules.physics2d",
33 "expression": "1.0.0",
34 "define": "MODULE_PHYSICS_2D_EXISTS"
35 }
36 ]
37}