Skip to content

Commit 3830f52

Browse files
committed
Add physics module to the extension deps.
1 parent 4938322 commit 3830f52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.unity.ml-agents.extensions/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"unity": "2018.4",
66
"description": "A source-only package for new features based on ML-Agents",
77
"dependencies": {
8-
"com.unity.ml-agents": "1.9.0-preview"
8+
"com.unity.ml-agents": "1.9.0-preview",
9+
"com.unity.modules.physics": "1.0.0"
910
}
1011
}

0 commit comments

Comments
 (0)