Skip to content

Commit

Permalink
Added unity physics module dependency to core package.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Jul 24, 2023
1 parent 28175af commit 1285c6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com.unity.ml-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dependencies": {
"com.unity.barracuda": "3.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.physics": "1.0.0",
}
}

0 comments on commit 1285c6e

Please sign in to comment.