We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52fff9 commit 86ac756Copy full SHA for 86ac756
Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef
@@ -2,7 +2,8 @@
2
"name": "Unity.InputSystem",
3
"rootNamespace": "",
4
"references": [
5
- "Unity.ugui"
+ "Unity.ugui",
6
+ "Unity.Profiling.Core"
7
],
8
"includePlatforms": [],
9
"excludePlatforms": [],
Packages/manifest.json
@@ -5,6 +5,7 @@
"com.unity.coding": "0.1.0-preview.24",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.15",
+ "com.unity.profiling.core": "1.0.2",
"com.unity.settings-manager": "1.0.3",
10
"com.unity.test-framework": "1.4.5",
11
"com.unity.test-framework.build": "0.0.1-preview.12",
0 commit comments