Skip to content

Commit 86ac756

Browse files
committed
Added profiler core API dependency to asmdef
1 parent c52fff9 commit 86ac756

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Unity.InputSystem.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "Unity.InputSystem",
33
"rootNamespace": "",
44
"references": [
5-
"Unity.ugui"
5+
"Unity.ugui",
6+
"Unity.Profiling.Core"
67
],
78
"includePlatforms": [],
89
"excludePlatforms": [],

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"com.unity.coding": "0.1.0-preview.24",
66
"com.unity.ide.rider": "1.2.1",
77
"com.unity.ide.visualstudio": "2.0.15",
8+
"com.unity.profiling.core": "1.0.2",
89
"com.unity.settings-manager": "1.0.3",
910
"com.unity.test-framework": "1.4.5",
1011
"com.unity.test-framework.build": "0.0.1-preview.12",

0 commit comments

Comments
 (0)