Skip to content

Commit c9d13e3

Browse files
committed
InputActuatorComponent to allow the generation of an action space from an InputActionAsset (#4881)
1 parent 07178a7 commit c9d13e3

File tree

69 files changed

+2586
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2586
-43
lines changed

.yamato/com.unity.ml-agents-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages:
3939
assembly: Unity.ML-Agents
4040
minCoveragePct: 72
4141
- name: com.unity.ml-agents.extensions
42-
assembly: Unity.ML-Agents.Extensions
42+
assembly: Unity.ML-Agents.Extensions*
4343
minCoveragePct: 75
4444
---
4545

DevProject/DevProject.sln.DotSettings

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=RL/@EntryIndexedValue">RL</s:String></wpf:ResourceDictionary>

DevProject/Packages/manifest.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "3.4.9",
5+
"com.unity.ads": "3.6.1",
66
"com.unity.analytics": "3.3.5",
77
"com.unity.coding": "0.1.0-preview.13",
88
"com.unity.collab-proxy": "1.2.16",
99
"com.unity.ide.rider": "1.1.4",
10-
"com.unity.ide.vscode": "1.2.1",
10+
"com.unity.ide.vscode": "1.2.3",
11+
"com.unity.inputsystem": "1.1.0-preview.3",
1112
"com.unity.ml-agents": "file:../../com.unity.ml-agents",
1213
"com.unity.ml-agents.extensions": "file:../../com.unity.ml-agents.extensions",
13-
"com.unity.multiplayer-hlapi": "1.0.6",
14+
"com.unity.multiplayer-hlapi": "1.0.8",
1415
"com.unity.package-manager-doctools": "1.7.0-preview",
1516
"com.unity.package-validation-suite": "0.19.0-preview",
16-
"com.unity.purchasing": "2.1.0",
17-
"com.unity.test-framework": "1.1.16",
17+
"com.unity.purchasing": "2.2.1",
18+
"com.unity.test-framework": "1.1.20",
1819
"com.unity.test-framework.performance": "2.2.0-preview",
1920
"com.unity.testtools.codecoverage": "1.0.0-pre.3",
2021
"com.unity.textmeshpro": "2.0.1",
2122
"com.unity.timeline": "1.2.12",
2223
"com.unity.ugui": "1.0.0",
23-
"com.unity.xr.legacyinputhelpers": "2.1.4",
24+
"com.unity.xr.legacyinputhelpers": "2.1.7",
2425
"com.unity.modules.ai": "1.0.0",
2526
"com.unity.modules.androidjni": "1.0.0",
2627
"com.unity.modules.animation": "1.0.0",
@@ -56,6 +57,7 @@
5657
"registry": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates",
5758
"testables": [
5859
"com.unity.ml-agents",
59-
"com.unity.ml-agents.extensions"
60+
"com.unity.ml-agents.extensions",
61+
"com.unity.inputsystem"
6062
]
6163
}

0 commit comments

Comments
 (0)