A game about forced loneliness, made by TACStudios
at master 632 B view raw
1{ 2 "name": "UnityEditor.UI", 3 4 "references": [ 5 "UnityEngine.UI" 6 ], 7 "includePlatforms": [ 8 "Editor" 9 ], 10 "excludePlatforms": [], 11 "versionDefines": [ 12 { 13 "name": "com.unity.modules.physics", 14 "expression": "1.0.0", 15 "define": "PACKAGE_PHYSICS" 16 }, 17 { 18 "name": "com.unity.modules.physics2d", 19 "expression": "1.0.0", 20 "define": "PACKAGE_PHYSICS2D" 21 }, 22 { 23 "name": "com.unity.modules.animation", 24 "expression": "1.0.0", 25 "define": "PACKAGE_ANIMATION" 26 } 27 ] 28}